MCPcopy 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

executeMethod · 0.45
suggestMethod · 0.45
registerViaBootstrapMethod · 0.45
testWordWrap1Method · 0.45
testWordWrap3Method · 0.45
testWordWrap13Method · 0.45
testAllMethod · 0.45
stripColorMethod · 0.45
toStringWorksMethod · 0.45
testValidMethod · 0.45

Calls 2

getToneMethod · 0.95
isSharpedMethod · 0.95

Tested by 15

executeMethod · 0.36
suggestMethod · 0.36
registerViaBootstrapMethod · 0.36
testWordWrap1Method · 0.36
testWordWrap3Method · 0.36
testWordWrap13Method · 0.36
testAllMethod · 0.36
stripColorMethod · 0.36
toStringWorksMethod · 0.36
testValidMethod · 0.36