MCPcopy Create free account
hub / github.com/PaperMC/Paper / getMaxY

Method getMaxY

paper-api/src/main/java/org/bukkit/util/BoundingBox.java:247–249  ·  view source on GitHub ↗

Gets the maximum y value. @return the maximum y value

()

Source from the content-addressed store, hash-verified

245 * @return the maximum y value
246 */
247 public double getMaxY() {
248 return maxY;
249 }
250
251 /**
252 * Gets the maximum z value.

Callers 1

copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected