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

Method getZ

paper-api/src/main/java/org/bukkit/block/Block.java:157–157  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

155 * @return z-coordinate
156 */
157 int getZ();
158
159 // Paper start
160 /**

Callers 15

callBlockPlaceEventMethod · 0.95
getZMethod · 0.65
BlockVectorMethod · 0.65
equalsMethod · 0.65
ofMethod · 0.65
expandMethod · 0.65
expandDirectionalMethod · 0.65
unionMethod · 0.65
shiftMethod · 0.65
overlapsMethod · 0.65
containsMethod · 0.65
rayTraceMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected