Component_Balloon: {
    type: "compound";
    value: {
        ballon_attached: { type: "long"; value: [high: number, low: number] };
        ballon_max_height: { type: "float"; value: number };
        ballon_should_drop: { type: "byte"; value: number };
    };
}

This component is used by allays, bees, chickens, cows, donkeys, foxes, glow squids, horses, iron golems, llamas, mooshrooms, mules, pandas, pigs, rabbits, sheep, skeleton horses, snow golems, and zombie horses.

Type declaration

  • type: "compound"
  • value: {
        ballon_attached: { type: "long"; value: [high: number, low: number] };
        ballon_max_height: { type: "float"; value: number };
        ballon_should_drop: { type: "byte"; value: number };
    }
    • ballon_attached: { type: "long"; value: [high: number, low: number] }

      The Unique ID of the attached entity.

    • ballon_max_height: { type: "float"; value: number }

      Max height.

    • ballon_should_drop: { type: "byte"; value: number }

      UNDOCUMENTED.