Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZetaMap/MoreCommands
/ getName
Method
getName
src/main/java/data/TempData.java:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
public
String getName() {
62
return
this.rainbowed ? this.rainbowedName : this.nameColor + this.realName;
63
}
64
65
public
void
reset() {
66
TempData newData =
new
TempData(this.player);
Callers
2
initFilters
Method · 0.95
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected