MCPcopy 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

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