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

Method getX

paper-api/src/main/java/org/bukkit/util/Vector.java:574–576  ·  view source on GitHub ↗

Gets the X component. @return The X component.

()

Source from the content-addressed store, hash-verified

572 * @return The X component.
573 */
574 public double getX() {
575 return x;
576 }
577
578 /**
579 * Gets the floored value of the X component, indicating the block that

Callers 15

getRandomMethod · 0.95
testExpectedXYZMethod · 0.95
rayTraceMethod · 0.95
BlockIteratorMethod · 0.95
rotateAroundYMethod · 0.95
rotateAroundZMethod · 0.95
serializeMethod · 0.95
setRotationMethod · 0.95
setRotationMethod · 0.95
setRotationMethod · 0.95
setRotationMethod · 0.95

Calls

no outgoing calls

Tested by 2

getRandomMethod · 0.76
testExpectedXYZMethod · 0.76