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

Method getId

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

Returns the internal id of this note. @return the internal id of this note. @apiNote Internal Use Only

()

Source from the content-addressed store, hash-verified

225 * @apiNote Internal Use Only
226 */
227 @org.jetbrains.annotations.ApiStatus.Internal // Paper
228 public byte getId() {
229 return note;
230 }
231
232 /**
233 * Returns the octave of this note.

Callers 3

testHighestMethod · 0.95
testLowestMethod · 0.95
dooMethod · 0.95

Calls

no outgoing calls

Tested by 3

testHighestMethod · 0.76
testLowestMethod · 0.76
dooMethod · 0.76