MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / isSharpable

Method isSharpable

src/main/java/org/bukkit/Note.java:66–68  ·  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

64 * @return if this tone could be sharped.
65 */
66 public boolean isSharpable() {
67 return sharpable;
68 }
69
70 /**
71 * Returns if this tone id is the sharped id of the tone.

Callers 2

ToneEnum · 0.80
NoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected