MCPcopy 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

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