Returns the internal id of this note. @return the internal id of this note. @apiNote Internal Use Only
()
| 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. |
no outgoing calls