Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaperMC/Paper
/ getToneByte
Method
getToneByte
paper-api/src/main/java/org/bukkit/Note.java:241–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
239
}
240
241
private
byte getToneByte() {
242
return
(byte) (note % Tone.TONES_COUNT);
243
}
244
245
/**
246
* Returns the tone of this note.
Callers
2
getTone
Method · 0.95
isSharped
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected