MCPcopy Create free account
hub / github.com/Neop/mudmap2 / getPathColorNstd

Method getPathColorNstd

src/main/java/mudmap2/backend/World.java:298–300  ·  view source on GitHub ↗

Gets the color for paths that aren't predefined @return path color

()

Source from the content-addressed store, hash-verified

296 * @return path color
297 */
298 public Color getPathColorNstd(){
299 return pathColorNonCardinal;
300 }
301
302 /**
303 * Gets the color for exits to unknown targets

Callers 6

testWorldMethod · 0.95
testWorld_1ArgMethod · 0.95
testGetPathColorNstdMethod · 0.95
updateListMethod · 0.80
writeFileMethod · 0.80

Calls

no outgoing calls

Tested by 3

testWorldMethod · 0.76
testWorld_1ArgMethod · 0.76
testGetPathColorNstdMethod · 0.76