Package forestry.api.lepidopterology
Interface IEntityButterfly
public interface IEntityButterfly
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanMate()booleancanMateWith(IEntityButterfly butterfly) voidchangeExhaustion(int change) net.minecraft.world.entity.PathfinderMobintIPollen<?>void
-
Method Details
-
changeExhaustion
void changeExhaustion(int change) -
getExhaustion
int getExhaustion() -
getButterfly
IButterfly getButterfly() -
getEntity
net.minecraft.world.entity.PathfinderMob getEntity()- Returns:
- The entity as an EntityCreature to save casting.
-
getPollen
-
setPollen
-
canMateWith
-
canMate
boolean canMate()
-