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

Method getBlockZ

paper-api/src/main/java/org/bukkit/Location.java:214–216  ·  view source on GitHub ↗

Gets the floored value of the Z component, indicating the block that this location is contained with. @return block z

()

Source from the content-addressed store, hash-verified

212 * @return block z
213 */
214 public int getBlockZ() {
215 return locToBlock(z);
216 }
217
218 /**
219 * Sets the yaw of this location, measured in degrees.

Callers 5

toBlockLocationMethod · 0.95
toBlockKeyMethod · 0.95
toCenterLocationMethod · 0.95
createExplorerMapMethod · 0.95

Calls 1

locToBlockMethod · 0.95

Tested by

no test coverage detected