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