Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getPathColors
Method
getPathColors
src/main/java/mudmap2/backend/World.java:335–337 ·
view source on GitHub ↗
Gets exit direction colors (without default colors) @return
()
Source
from the content-addressed store, hash-verified
333
* @
return
334
*/
335
public
HashMap<String, Color> getPathColors(){
336
return
pathColors;
337
}
338
339
/**
340
* Sets the color of an exit direction
Callers
7
testWorld
Method · 0.95
testWorld_1Arg
Method · 0.95
testGetPathColors
Method · 0.95
saveList
Method · 0.80
makeList
Method · 0.80
prepareLegendEntriesPathColors
Method · 0.80
writeFile
Method · 0.80
Calls
no outgoing calls
Tested by
3
testWorld
Method · 0.76
testWorld_1Arg
Method · 0.76
testGetPathColors
Method · 0.76