Minecraft Wiki
m (present tense)
m (brevity, change second person sentence object to third person per MOS)
Line 2: Line 2:
 
* {{nbt|compound}} Entity data
 
* {{nbt|compound}} Entity data
 
** {{nbt inherit/mob}}
 
** {{nbt inherit/mob}}
** {{nbt|integer|TreasurePosX}}: The X coordinate to where this dolphin leads you when leading you to treasure, 0 if CanFindTreasure is false.
+
** {{nbt|integer|TreasurePosX}}: This dolphin's X coordinate destination when leading a player to treasure, 0 if CanFindTreasure is false.
** {{nbt|integer|TreasurePosY}}: The Y coordinate to where this dolphin leads you when leading you 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}}: The Z coordinate to where this dolphin leads you when leading you 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 this dolphin got fish from a player.
 
** {{nbt|byte|GotFish}}: 1 or 0 (true/false) - If this dolphin got fish from a player.
** {{nbt|byte|CanFindTreasure}}: 1 or 0 (true/false) - If this dolphin can lead you to treasure.
+
** {{nbt|byte|CanFindTreasure}}: 1 or 0 (true/false) - If this dolphin can lead a player to treasure.
 
</div><noinclude>
 
</div><noinclude>
 
[[Category:Entity data pages]]
 
[[Category:Entity data pages]]

Revision as of 16:13, 16 July 2019

  • Entity data
    • Tags common to all mobs
    •  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.
    •  GotFish: 1 or 0 (true/false) - If this dolphin got fish from a player.
    •  CanFindTreasure: 1 or 0 (true/false) - If this dolphin can lead a player to treasure.