Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
copy
Method · 0.80
hasCollisionsIn
Method · 0.80
getIntersectingChunks
Method · 0.80
getNearbyEntities
Method · 0.80
wouldCollideUsing
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected