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

Method setZ

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

Set the Z component. @param z The new Z component. @return This vector.

(int z)

Source from the content-addressed store, hash-verified

702 * @return This vector.
703 */
704 @NotNull
705 public Vector setZ(int z) {
706 this.z = z;
707 return this;
708 }
709
710 /**
711 * Set the Z component.

Callers 4

getDirectionMethod · 0.95
rotateAroundXMethod · 0.45
rotateAroundYMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected