Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getTileCenterColor
Method
getTileCenterColor
src/main/java/mudmap2/backend/World.java:394–396 ·
view source on GitHub ↗
Gets the tile center color @return
()
Source
from the content-addressed store, hash-verified
392
* @
return
393
*/
394
public
Color getTileCenterColor(){
395
return
tileCenterColor;
396
}
397
398
/**
399
* Sets the tile center color
Callers
6
testWorld
Method · 0.95
testWorld_1Arg
Method · 0.95
testGetTileCenterColor
Method · 0.95
paint
Method · 0.80
create
Method · 0.80
writeFile
Method · 0.80
Calls
no outgoing calls
Tested by
3
testWorld
Method · 0.76
testWorld_1Arg
Method · 0.76
testGetTileCenterColor
Method · 0.76