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

Method setY

paper-api/src/main/java/org/bukkit/util/Vector.java:668–672  ·  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

666 * @return This vector.
667 */
668 @NotNull
669 public Vector setY(int y) {
670 this.y = y;
671 return this;
672 }
673
674 /**
675 * Set the Y component.

Callers 5

getDirectionMethod · 0.95
BlockIteratorMethod · 0.95
rotateAroundXMethod · 0.95
rotateAroundZMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected