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

Method setName

src/main/java/mudmap2/backend/Place.java:98–101  ·  view source on GitHub ↗

Sets the name @param name new name

(final String name)

Source from the content-addressed store, hash-verified

96 * @param name new name
97 */
98 public void setName(final String name) {
99 this.name = name;
100 callWorldChangeListeners();
101 }
102
103 /**
104 * Gets the position of a place as world coordinate

Callers 4

testSetNameMethod · 0.95
actionPerformedMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45

Calls 1

Tested by 1

testSetNameMethod · 0.76