MCPcopy Index your code
hub / github.com/PaperMC/Paper / getZ

Method getZ

paper-api/src/main/java/org/bukkit/Chunk.java:37–37  ·  view source on GitHub ↗

Gets the Z-coordinate of this chunk @return Z-coordinate

()

Source from the content-addressed store, hash-verified

35 * @return Z-coordinate
36 */
37 int getZ();
38
39 // Paper start
40 /**

Callers 15

applyMethod · 0.65
setDirectionMethod · 0.65
addMethod · 0.65
subtractMethod · 0.65
spawnMethod · 0.65
receiversMethod · 0.65
columnBlockPositionMethod · 0.65
getSpiralOutChunksMethod · 0.65
toPositionMethod · 0.65
isEdgeOfChunkMethod · 0.65
createMapMethod · 0.65

Implementers 1

CraftChunkpaper-server/src/main/java/org/bukkit/

Calls

no outgoing calls

Tested by

no test coverage detected