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

Method getX

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

Gets the X component. @return The X component.

()

Source from the content-addressed store, hash-verified

556 * @return The X component.
557 */
558 public double getX() {
559 return x;
560 }
561
562 /**
563 * Gets the floored value of the X component, indicating the block that

Callers 10

rayTraceBlocksMethod · 0.95
createEntityMethod · 0.95
rayTraceMethod · 0.95
launchProjectileMethod · 0.95
rayTraceMethod · 0.95
BlockIteratorMethod · 0.95
rotateAroundYMethod · 0.95
rotateAroundZMethod · 0.95
serializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected