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

Method getX

paper-api/src/main/java/org/bukkit/Location.java:148–150  ·  view source on GitHub ↗

Gets the x-coordinate of this location @return x-coordinate

()

Source from the content-addressed store, hash-verified

146 * @return x-coordinate
147 */
148 public double getX() {
149 return x;
150 }
151
152 /**
153 * Gets the floored value of the X component, indicating the block that

Callers 4

xMethod · 0.95
receiversMethod · 0.95
teleportAsyncMethod · 0.95
launchProjectileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected