Interface AgeableEntity<E extends Entity<?>>

All Superinterfaces:
Entity<E>, LivingEntity<E>, Positionable<SyncExactPosition>
All Known Subinterfaces:
AnimalEntity<E>, BasicVillagerEntity<E>, Chicken<E>, ChickenSnapshot, ClassicZombie<E>, ClassicZombieSnapshot, Cow<E>, CowSnapshot, LiveChicken, LiveClassicZombie, LiveCow, LiveParrot, Parrot<T>, ParrotSnapshot, Zombie<E>, ZombieVillager<E>

public interface AgeableEntity<E extends Entity<?>> extends LivingEntity<E>
  • Method Details

    • isAdult

      boolean isAdult()
    • setAdult

      AgeableEntity<E> setAdult(boolean check)