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

Method getZ

src/main/java/org/bukkit/util/Vector.java:596–598  ·  view source on GitHub ↗

Gets the Z component. @return The Z component.

()

Source from the content-addressed store, hash-verified

594 * @return The Z component.
595 */
596 public double getZ() {
597 return z;
598 }
599
600 /**
601 * Gets the floored value of the Z component, indicating the block that

Callers 10

rayTraceBlocksMethod · 0.95
createEntityMethod · 0.95
rayTraceMethod · 0.95
launchProjectileMethod · 0.95
rayTraceMethod · 0.95
BlockIteratorMethod · 0.95
rotateAroundXMethod · 0.95
rotateAroundYMethod · 0.95
serializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected