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

Method getYMax

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

Gets the max y coordinate @return

()

Source from the content-addressed store, hash-verified

179 * @return
180 */
181 public int getYMax() {
182 updateSizeCache();
183 return maxY;
184 }
185
186 /**
187 * Gets the min y coordinate

Callers 5

testLayerMethod · 0.95
testGetYMaxMethod · 0.95
getCenterMethod · 0.80
getTileSizeMethod · 0.80
getMapSizeMethod · 0.80

Calls 1

updateSizeCacheMethod · 0.95

Tested by 2

testLayerMethod · 0.76
testGetYMaxMethod · 0.76