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

Method getMinX

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

Gets the minimum x value. @return the minimum x value

()

Source from the content-addressed store, hash-verified

199 * @return the minimum x value
200 */
201 public double getMinX() {
202 return minX;
203 }
204
205 /**
206 * Gets the minimum y value.

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