MCPcopy Create free account
hub / github.com/PaperMC/Paper / isSharpable

Method isSharpable

paper-api/src/main/java/org/bukkit/Note.java:70–72  ·  view source on GitHub ↗

Returns if this tone could be sharped. @return if this tone could be sharped.

()

Source from the content-addressed store, hash-verified

68 * @return if this tone could be sharped.
69 */
70 public boolean isSharpable() {
71 return sharpable;
72 }
73
74 /**
75 * Returns if this tone id is the sharped id of the tone.

Callers 5

verifySharpedDataMethod · 0.80
verifyUnknownToneDataMethod · 0.80
ToneEnum · 0.80
NoteMethod · 0.80
flatMethod · 0.80

Calls

no outgoing calls

Tested by 2

verifySharpedDataMethod · 0.64
verifyUnknownToneDataMethod · 0.64