Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ getMinX
Method
getMinX
paper-api/src/main/java/org/bukkit/util/BoundingBox.java:201–203 ·
view source on GitHub ↗
Gets the minimum x value. @return the minimum x value
()
Source
from the content-addressed store, hash-verified
199
* @
return
the minimum x value
200
*/
201
public
double getMinX() {
202
return
minX;
203
}
204
205
/**
206
* Gets the minimum 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