MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / setZ

Method setZ

src/main/java/com/volmit/adapt/util/Tuple3d.java:741–743  ·  view source on GitHub ↗

Set the z coordinate. @param z value to z coordinate. @since vecmath 1.5

(double z)

Source from the content-addressed store, hash-verified

739 * @since vecmath 1.5
740 */
741 public final void setZ(double z) {
742 this.z = z;
743 }
744}

Callers 6

onTickMethod · 0.45
canStickMethod · 0.45
reverseXZMethod · 0.45
clipMethod · 0.45
reverseMethod · 0.45
triNormalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected