Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getYMin
Method
getYMin
src/main/java/mudmap2/backend/Layer.java:190–193 ·
view source on GitHub ↗
Gets the min y coordinate @return
()
Source
from the content-addressed store, hash-verified
188
* @
return
189
*/
190
public
int
getYMin() {
191
updateSizeCache();
192
return
minY;
193
}
194
195
/**
196
* Adds an element to the layer at the given position, removes it from it's old layer
Callers
5
testLayer
Method · 0.95
testGetYMin
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
testGetYMin
Method · 0.76