MCPcopy Create free account
hub / github.com/Teneted/Tenet / getZ

Method getZ

src/main/java/org/bukkit/block/Block.java:154–154  ·  view source on GitHub ↗

Gets the z-coordinate of this block @return z-coordinate

()

Source from the content-addressed store, hash-verified

152 * @return z-coordinate
153 */
154 int getZ();
155
156 /**
157 * Gets the Location of the block

Callers 15

callBlockPlaceEventMethod · 0.95
createExplorerMapMethod · 0.65
getTileEntitiesMethod · 0.65
convertContextMethod · 0.65
getLocationMethod · 0.65
getSpawnLocationMethod · 0.65
getChunkAtMethod · 0.65
unloadChunkMethod · 0.65
isChunkLoadedMethod · 0.65
loadChunkMethod · 0.65
getPluginChunkTicketsMethod · 0.65
getForceLoadedChunksMethod · 0.65

Implementers 1

CraftBlocksrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected