MCPcopy Create free account
hub / github.com/PaperMC/Paper / getMinY

Method getMinY

paper-api/src/main/java/org/bukkit/util/BoundingBox.java:210–212  ·  view source on GitHub ↗

Gets the minimum y value. @return the minimum y value

()

Source from the content-addressed store, hash-verified

208 * @return the minimum y value
209 */
210 public double getMinY() {
211 return minY;
212 }
213
214 /**
215 * Gets the minimum z value.

Callers 1

copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected