public class InteractEvolution extends Evolution
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
emptyHand |
JsonItemStack |
item |
conditions, evolutionTypes, evoType, moves, to
Constructor and Description |
---|
InteractEvolution() |
InteractEvolution(PokemonSpecification to,
net.minecraft.item.Item item,
java.lang.Boolean emptyHand,
EvoCondition... conditions) |
Modifier and Type | Method and Description |
---|---|
boolean |
canEvolve(PixelmonEntity pokemon,
net.minecraft.item.ItemStack stack) |
canEvolve, consumesHeldItem, doEvolution, finishedEvolving, finishedEvolving, getConditionsOfType
public JsonItemStack item
public java.lang.Boolean emptyHand
public InteractEvolution()
public InteractEvolution(PokemonSpecification to, net.minecraft.item.Item item, java.lang.Boolean emptyHand, EvoCondition... conditions)
public boolean canEvolve(PixelmonEntity pokemon, net.minecraft.item.ItemStack stack)