Interface IEntityButterfly


public interface IEntityButterfly
  • 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

      @Nullable IPollen<?> getPollen()
    • setPollen

      void setPollen(@Nullable IPollen<?> pollen)
    • canMateWith

      boolean canMateWith(IEntityButterfly butterfly)
    • canMate

      boolean canMate()