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

Method getX

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

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

()

Source from the content-addressed store, hash-verified

138 * @return x-coordinate
139 */
140 int getX();
141
142 /**
143 * Gets the y-coordinate of this 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