public interface IEntityButterfly
extends net.minecraft.entity.passive.IAnimals
| Modifier and Type | Method and Description |
|---|---|
boolean |
canMate() |
boolean |
canMateWith(IEntityButterfly butterfly) |
void |
changeExhaustion(int change) |
IButterfly |
getButterfly() |
net.minecraft.entity.EntityCreature |
getEntity() |
int |
getExhaustion() |
IIndividual |
getPollen() |
void |
setPollen(IIndividual pollen) |
void changeExhaustion(int change)
int getExhaustion()
IButterfly getButterfly()
net.minecraft.entity.EntityCreature getEntity()
@Nullable IIndividual getPollen()
void setPollen(@Nullable
IIndividual pollen)
boolean canMateWith(IEntityButterfly butterfly)
boolean canMate()