Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ toString
Method
toString
paper-api/src/main/java/org/bukkit/Note.java:297–300 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
295
}
296
297
@Override
298
public
String toString() {
299
return
"Note{"
+ getTone().toString() + (isSharped() ?
"#"
:
""
) +
"}"
;
300
}
301
}
Callers
15
registerViaLifecycleEvents
Method · 0.45
execute
Method · 0.45
suggest
Method · 0.45
registerViaBootstrap
Method · 0.45
testWordWrap1
Method · 0.45
testWordWrap3
Method · 0.45
testWordWrap13
Method · 0.45
testAll
Method · 0.45
stripColor
Method · 0.45
toStringWorks
Method · 0.45
translateAlternateColorCodes
Method · 0.45
testValid
Method · 0.45
Calls
2
getTone
Method · 0.95
isSharped
Method · 0.95
Tested by
15
registerViaLifecycleEvents
Method · 0.36
execute
Method · 0.36
suggest
Method · 0.36
registerViaBootstrap
Method · 0.36
testWordWrap1
Method · 0.36
testWordWrap3
Method · 0.36
testWordWrap13
Method · 0.36
testAll
Method · 0.36
stripColor
Method · 0.36
toStringWorks
Method · 0.36
translateAlternateColorCodes
Method · 0.36
testValid
Method · 0.36