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

Method getX

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

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

()

Source from the content-addressed store, hash-verified

28 * @return X-coordinate
29 */
30 int getX();
31
32 /**
33 * Gets the Z-coordinate of this chunk

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