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

Method getZ

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

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

()

Source from the content-addressed store, hash-verified

202 * @return z-coordinate
203 */
204 public double getZ() {
205 return z;
206 }
207
208 /**
209 * Gets the floored value of the Z component, indicating the block that

Callers 4

zMethod · 0.95
receiversMethod · 0.95
teleportAsyncMethod · 0.95
launchProjectileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected