MCPcopy Create free account
hub / github.com/Neop/mudmap2 / getXMin

Method getXMin

src/main/java/mudmap2/backend/Layer.java:172–175  ·  view source on GitHub ↗

Gets the min x coordinate @return

()

Source from the content-addressed store, hash-verified

170 * @return
171 */
172 public int getXMin() {
173 updateSizeCache();
174 return minX;
175 }
176
177 /**
178 * Gets the max y coordinate

Callers 5

testLayerMethod · 0.95
testGetXMinMethod · 0.95
getCenterMethod · 0.80
getTileSizeMethod · 0.80
getMapSizeMethod · 0.80

Calls 1

updateSizeCacheMethod · 0.95

Tested by 2

testLayerMethod · 0.76
testGetXMinMethod · 0.76