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

Method getMaxX

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

Gets the maximum x value. @return the maximum x value

()

Source from the content-addressed store, hash-verified

236 * @return the maximum x value
237 */
238 public double getMaxX() {
239 return maxX;
240 }
241
242 /**
243 * Gets the maximum y value.

Callers 5

copyMethod · 0.80
hasCollisionsInMethod · 0.80
getIntersectingChunksMethod · 0.80
getNearbyEntitiesMethod · 0.80
wouldCollideUsingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected