Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ getMinZ
Method
getMinZ
paper-api/src/main/java/org/bukkit/util/BoundingBox.java:219–221 ·
view source on GitHub ↗
Gets the minimum z value. @return the minimum z value
()
Source
from the content-addressed store, hash-verified
217
* @
return
the minimum z value
218
*/
219
public
double getMinZ() {
220
return
minZ;
221
}
222
223
/**
224
* Gets the minimum corner as vector.
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