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

Method setPathColorStd

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

Sets the path color @param color new color

(Color color)

Source from the content-addressed store, hash-verified

358 * @param color new color
359 */
360 public void setPathColorStd(Color color){
361 if(color == null){
362 throw new NullPointerException();
363 }
364
365 pathColorCardinal = color;
366 callListeners(this);
367 }
368
369 /**
370 * Sets the color for paths that aren't predefined

Callers 4

testSetPathColorStdMethod · 0.95
testSetPathColorNstdMethod · 0.95
readFileMethod · 0.95
saveListMethod · 0.80

Calls 1

callListenersMethod · 0.95

Tested by 2

testSetPathColorStdMethod · 0.76
testSetPathColorNstdMethod · 0.76