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

Method setName

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

Sets the world worldname @param n new world worldname

(String n)

Source from the content-addressed store, hash-verified

138 * @param n new world worldname
139 */
140 public void setName(String n){
141 worldname = n;
142 callListeners(this);
143 }
144
145 // --------- home position -------------------------------------------------
146 /**

Callers 1

testSetNameMethod · 0.95

Calls 1

callListenersMethod · 0.95

Tested by 1

testSetNameMethod · 0.76