Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testToString
Method · 0.95
paint
Method · 0.95
testDuplicate
Method · 0.45
join
Method · 0.45
getChunk
Method · 0.45
compare
Method · 0.45
updateInfobar
Method · 0.45
PlaceTreeNode
Method · 0.45
update
Method · 0.45
create
Method · 0.45
placeSelected
Method · 0.45
create
Method · 0.45
Calls
1
getId
Method · 0.95
Tested by
2
testToString
Method · 0.76
testDuplicate
Method · 0.36