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

Method getYMin

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

Gets the min y coordinate @return

()

Source from the content-addressed store, hash-verified

188 * @return
189 */
190 public int getYMin() {
191 updateSizeCache();
192 return minY;
193 }
194
195 /**
196 * Adds an element to the layer at the given position, removes it from it's old layer

Callers 5

testLayerMethod · 0.95
testGetYMinMethod · 0.95
getCenterMethod · 0.80
getTileSizeMethod · 0.80
getMapSizeMethod · 0.80

Calls 1

updateSizeCacheMethod · 0.95

Tested by 2

testLayerMethod · 0.76
testGetYMinMethod · 0.76