MCPcopy 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

testWorldMethod · 0.95
testWorld_1ArgMethod · 0.95
testGetPathColorsMethod · 0.95
saveListMethod · 0.80
makeListMethod · 0.80
writeFileMethod · 0.80

Calls

no outgoing calls

Tested by 3

testWorldMethod · 0.76
testWorld_1ArgMethod · 0.76
testGetPathColorsMethod · 0.76