Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ getMaxZ
Method
getMaxZ
paper-api/src/main/java/org/bukkit/util/BoundingBox.java:256–258 ·
view source on GitHub ↗
Gets the maximum z value. @return the maximum z value
()
Source
from the content-addressed store, hash-verified
254
* @
return
the maximum z value
255
*/
256
public
double getMaxZ() {
257
return
maxZ;
258
}
259
260
/**
261
* Gets the maximum 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