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

Method setPathColorNstd

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

Sets the color for paths that aren't predefined @param color

(Color color)

Source from the content-addressed store, hash-verified

371 * @param color
372 */
373 public void setPathColorNstd(Color color){
374 if(color == null){
375 throw new NullPointerException();
376 }
377
378 pathColorNonCardinal = color;
379 callListeners(this);
380 }
381
382 /**
383 * Sets the color for paths to unknown targets

Callers 3

testSetPathColorNstdMethod · 0.95
readFileMethod · 0.95
saveListMethod · 0.80

Calls 1

callListenersMethod · 0.95

Tested by 1

testSetPathColorNstdMethod · 0.76