Interface Ageable

All Superinterfaces:
Attributable, CommandSender, Creature, Damageable, Entity, LivingEntity, Lootable, Metadatable, Mob, Nameable, Permissible, PersistentDataHolder, ProjectileSource, ServerOperator
All Known Subinterfaces:
AbstractHorse, AbstractVillager, Animals, Axolotl, Bee, Breedable, Camel, Cat, ChestedHorse, Chicken, Cow, Donkey, Drowned, Fox, Frog, Goat, Hoglin, Horse, Husk, Llama, Mule, MushroomCow, Ocelot, Panda, Parrot, Pig, Piglin, PiglinAbstract, PiglinBrute, PigZombie, PolarBear, Rabbit, Sheep, SkeletonHorse, Sniffer, Steerable, Strider, Tameable, TraderLlama, Turtle, Villager, WanderingTrader, Wolf, Zoglin, Zombie, ZombieHorse, ZombieVillager

public interface Ageable extends Creature
Represents an entity that can age.
  • Method Details

    • getAge

      int getAge()
      Gets the age of this mob.
      Returns:
      Age
    • setAge

      void setAge(int age)
      Sets the age of this mob.
      Parameters:
      age - New age
    • setAgeLock

      @Deprecated void setAgeLock(boolean lock)
      Lock the age of the animal, setting this will prevent the animal from maturing or getting ready for mating.
      Parameters:
      lock - new lock
    • getAgeLock

      @Deprecated boolean getAgeLock()
      Deprecated.
      Gets the current agelock.
      Returns:
      the current agelock
    • setBaby

      void setBaby()
      Sets the age of the mob to a baby
    • setAdult

      void setAdult()
      Sets the age of the mob to an adult
    • isAdult

      boolean isAdult()
      Returns true if the mob is an adult.
      Returns:
      return true if the mob is an adult
    • canBreed

      @Deprecated boolean canBreed()
      Deprecated.
      Return the ability to breed of the animal.
      Returns:
      the ability to breed of the animal
    • setBreed

      @Deprecated void setBreed(boolean breed)
      Set breedability of the animal, if the animal is a baby and set to breed it will instantly grow up.
      Parameters:
      breed - breedability of the animal