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

Method getZ

src/main/java/org/bukkit/Chunk.java:29–29  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

27 * @return Z-coordinate
28 */
29 int getZ();
30
31 /**
32 * Gets the world containing this chunk

Callers 15

setDirectionMethod · 0.65
addMethod · 0.65
subtractMethod · 0.65
CraftCustomContainerMethod · 0.65
getMethod · 0.65
fillNormalMethod · 0.65
putVertexMethod · 0.65
processVerticesMethod · 0.65
serializeVector3fMethod · 0.65
validatePositionMethod · 0.65
parseVector4To3Method · 0.65

Implementers 1

CraftChunksrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected