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

Method getInformationColors

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

Gets all information colors (eg. for lists) @return all information colors

()

Source from the content-addressed store, hash-verified

478 * @return all information colors
479 */
480 public Collection<InformationColor> getInformationColors(){
481 return informationColors.values();
482 }
483
484 /**
485 * Gets an information color

Callers 10

testWorldMethod · 0.95
testWorld_1ArgMethod · 0.95
readFileMethod · 0.95
createMethod · 0.80
updateListMethod · 0.80
writeFileMethod · 0.80

Calls 1

valuesMethod · 0.65

Tested by 5

testWorldMethod · 0.76
testWorld_1ArgMethod · 0.76