MCPcopy Create free account
hub / github.com/VolmitSoftware/Adapt / setY

Method setY

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

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

(double y)

Source from the content-addressed store, hash-verified

718 * @since vecmath 1.5
719 */
720 public final void setY(double y) {
721 this.y = y;
722 }
723
724 /**
725 * Get the <i>z</i> coordinate.

Callers 7

onTickMethod · 0.45
onMethod · 0.45
onMethod · 0.45
onTickMethod · 0.45
clipMethod · 0.45
reverseMethod · 0.45
triNormalizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected