Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testLayer
Method · 0.95
testGetXMax
Method · 0.95
getCenter
Method · 0.80
getTileSize
Method · 0.80
getMapSize
Method · 0.80
Calls
1
updateSizeCache
Method · 0.95
Tested by
2
testLayer
Method · 0.76
testGetXMax
Method · 0.76