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

Method setZ

src/main/java/org/bukkit/util/Vector.java:688–692  ·  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

686 * @return This vector.
687 */
688 @NotNull
689 public Vector setZ(int z) {
690 this.z = z;
691 return this;
692 }
693
694 /**
695 * Set the Z component.

Callers 8

getDirectionMethod · 0.95
dropItemNaturallyMethod · 0.45
getLocationMethod · 0.45
getLocationMethod · 0.45
getLocationMethod · 0.45
rotateAroundXMethod · 0.45
rotateAroundYMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected