Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testLayer
Method · 0.95
testGetXMin
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
testGetXMin
Method · 0.76