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

Method setX

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

Set the X component. @param x The new X component. @return This vector.

(int x)

Source from the content-addressed store, hash-verified

614 * @return This vector.
615 */
616 @NotNull
617 public Vector setX(int x) {
618 this.x = x;
619 return this;
620 }
621
622 /**
623 * Set the X component.

Callers 8

getDirectionMethod · 0.95
rotateAroundYMethod · 0.95
rotateAroundZMethod · 0.95
dropItemNaturallyMethod · 0.45
getLocationMethod · 0.45
getLocationMethod · 0.45
getLocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected