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

Method setY

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

Set the Y component. @param y The new Y component. @return This vector.

(int y)

Source from the content-addressed store, hash-verified

650 * @return This vector.
651 */
652 @NotNull
653 public Vector setY(int y) {
654 this.y = y;
655 return this;
656 }
657
658 /**
659 * Set the Y component.

Callers 9

getDirectionMethod · 0.95
BlockIteratorMethod · 0.95
rotateAroundXMethod · 0.95
dropItemNaturallyMethod · 0.45
getLocationMethod · 0.45
getLocationMethod · 0.45
getLocationMethod · 0.45
rotateAroundZMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected