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

Method getY

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

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

()

Source from the content-addressed store, hash-verified

174 * @return y-coordinate
175 */
176 public double getY() {
177 return y;
178 }
179
180 /**
181 * Gets the floored value of the Y component, indicating the block that

Callers 5

yMethod · 0.95
receiversMethod · 0.95
teleportAsyncMethod · 0.95
getEyeLocationMethod · 0.95
launchProjectileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected