Component_Ageable: {
    type: "compound";
    value: { Age: { type: "int"; value: number } };
}

This component is used by axolotls, bees, cats, chickens, cows, dolphins, donkeys, foxes, goats, hoglins, horses, llamas, mooshrooms, mules, ocelots, pandas, pigs, polar bears, rabbits, sheep, skeleton horses, sniffers, striders, tadpoles, turtles, villagers, wolves, and zombie horses.

Type declaration

  • type: "compound"
  • value: { Age: { type: "int"; value: number } }
    • Age: { type: "int"; value: number }

      Represents the age of the entity in ticks; when negative, the entity is a baby. When 0, the entity becomes an adult.