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

Method getInformationColor

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

Gets an information color @param id information color id @return information color

(int id)

Source from the content-addressed store, hash-verified

487 * @return information color
488 */
489 public InformationColor getInformationColor(int id){
490 return informationColors.get(id);
491 }
492
493 /**
494 * Adds an information colors, assignes a unique id

Callers 4

putPlaceholderMethod · 0.95
readFileMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 2