Minecraft Wiki
(rewording to better match other ED pages)
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
** {{nbt inherit/entity}}
 
** {{nbt inherit/entity}}
 
** {{nbt inherit/mob}}
 
** {{nbt inherit/mob}}
** {{nbt|integer|TreasurePosX}}: This dolphin's X coordinate destination when leading a player to treasure, 0 if CanFindTreasure is false.
 
** {{nbt|integer|TreasurePosY}}: This dolphin's Y coordinate destination when leading a player to treasure, 0 if CanFindTreasure is false.
 
** {{nbt|integer|TreasurePosZ}}: This dolphin's Z coordinate destination when leading a player to treasure, 0 if CanFindTreasure is false.
 
** {{nbt|byte|GotFish}}: 1 or 0 (true/false) - if true, this dolphin got fish from a player.
 
 
** {{nbt|byte|CanFindTreasure}}: 1 or 0 (true/false) - if true, this dolphin can lead a player to treasure.
 
** {{nbt|byte|CanFindTreasure}}: 1 or 0 (true/false) - if true, this dolphin can lead a player to treasure.
 
** {{nbt|byte|GotFish}}: 1 or 0 (true/false) - if true, this dolphin got fish from a player.
 
** {{nbt|integer|TreasurePosX}}: This dolphin's X coordinate destination when leading a player to treasure, 0 if {{cd|CanFindTreasure}} is false.
 
** {{nbt|integer|TreasurePosY}}: This dolphin's Y coordinate destination when leading a player to treasure, 0 if {{cd|CanFindTreasure}} is false.
 
** {{nbt|integer|TreasurePosZ}}: This dolphin's Z coordinate destination when leading a player to treasure, 0 if {{cd|CanFindTreasure}} is false.
 
</div><noinclude>
 
</div><noinclude>
 
[[Category:Entity data pages]]
 
[[Category:Entity data pages]]

Revision as of 11:01, 2 February 2021

  • Entity data
    • Tags common to all entities
    • Tags common to all mobs
    •  CanFindTreasure: 1 or 0 (true/false) - if true, this dolphin can lead a player to treasure.
    •  GotFish: 1 or 0 (true/false) - if true, this dolphin got fish from a player.
    •  TreasurePosX: This dolphin's X coordinate destination when leading a player to treasure, 0 if CanFindTreasure is false.
    •  TreasurePosY: This dolphin's Y coordinate destination when leading a player to treasure, 0 if CanFindTreasure is false.
    •  TreasurePosZ: This dolphin's Z coordinate destination when leading a player to treasure, 0 if CanFindTreasure is false.