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

Method getZ

paper-api/src/main/java/org/bukkit/util/Vector.java:612–614  ·  view source on GitHub ↗

Gets the Z component. @return The Z component.

()

Source from the content-addressed store, hash-verified

610 * @return The Z component.
611 */
612 public double getZ() {
613 return z;
614 }
615
616 /**
617 * Gets the floored value of the Z component, indicating the block that

Callers 15

getRandomMethod · 0.95
testExpectedXYZMethod · 0.95
rayTraceMethod · 0.95
BlockIteratorMethod · 0.95
rotateAroundXMethod · 0.95
rotateAroundYMethod · 0.95
serializeMethod · 0.95
setRotationMethod · 0.95
setRotationMethod · 0.95
setRotationMethod · 0.95
setRotationMethod · 0.95

Calls

no outgoing calls

Tested by 2

getRandomMethod · 0.76
testExpectedXYZMethod · 0.76