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

Method toString

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

Gets the name @return name of he place

()

Source from the content-addressed store, hash-verified

382 * @return name of he place
383 */
384 @Override
385 public String toString() {
386 return name + " (ID: " + getId() + ")";
387 }
388
389 /**
390 * Compares two places by their name

Callers 12

testToStringMethod · 0.95
paintMethod · 0.95
testDuplicateMethod · 0.45
joinMethod · 0.45
getChunkMethod · 0.45
compareMethod · 0.45
updateInfobarMethod · 0.45
PlaceTreeNodeMethod · 0.45
updateMethod · 0.45
createMethod · 0.45
placeSelectedMethod · 0.45
createMethod · 0.45

Calls 1

getIdMethod · 0.95

Tested by 2

testToStringMethod · 0.76
testDuplicateMethod · 0.36