Minecraft Wiki
Advertisement
  • Entity data
    • Tags common to all entities
    • Tags common to all mobs
    •  CanDuplicate: 1 or 0 (true/false) – true if the allay can duplicate. This is set to false when the allay duplicates, and true when DuplicationCooldown reaches 0.
    •  DuplicationCooldown: The allay's duplication cooldown in ticks. This is set to 6000 game ticks (5 minutes) when the allay duplicates.
    •  Inventory: List of items the allay has picked up. This list can contain at most one compound tag. The item given by the player to the allay is stored in its HandItems[0] tag, not here.
      • Tags common to all items
    •  listener: The vibration event listener of this allay.
      •  distance: Nonnegative integer.
      •  event: Optional.
        •  distance: Nonnegative integer.
        •  game_event: A resource location of the game event.
        •  pos: Three doubles representing the X, Y, and Z coordinates.
        •  projectile_owner: Optional. The projectile owner's UUID. The 128-bit UUID is stored as four 32-bit integers, ordered from most to least significant.
        •  source: Optional. The source entity's UUID. The 128-bit UUID is stored as four 32-bit integers, ordered from most to least significant.
      •  event_delay: Nonnegative integer.
      •  event_distance: Nonnegative integer.
      •  range: Nonnegative integer.
      •  source: Position source.
        •  type: A resource location of the position source type.
        • For type block
          •  pos: X, Y, and Z coordinates.
        • For type entity
          •  source_entity: The entity's UUID. The 128-bit UUID is stored as four 32-bit integers, ordered from most to least significant.
          •  y_offset:
Advertisement