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

Method getX

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

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

()

Source from the content-addressed store, hash-verified

20 * @return X-coordinate
21 */
22 int getX();
23
24 /**
25 * Gets the Z-coordinate of this chunk

Callers 15

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

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected