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

Method getXMax

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

Gets the max x coordinate @return

()

Source from the content-addressed store, hash-verified

161 * @return
162 */
163 public int getXMax(){
164 updateSizeCache();
165 return maxX;
166 }
167
168 /**
169 * Gets the min x coordinate

Callers 5

testLayerMethod · 0.95
testGetXMaxMethod · 0.95
getCenterMethod · 0.80
getTileSizeMethod · 0.80
getMapSizeMethod · 0.80

Calls 1

updateSizeCacheMethod · 0.95

Tested by 2

testLayerMethod · 0.76
testGetXMaxMethod · 0.76