Uses of Enum Class
org.bukkit.Note.Tone
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Note.Tone in org.bukkit
Modifier and TypeMethodDescriptionNote.Tone.getById
(byte id) Returns the tone to id.Note.getTone()
Returns the tone of this note.static Note.Tone
Returns the enum constant of this class with the specified name.static Note.Tone[]
Note.Tone.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCreates a new note for a flat tone, such as A-flat.Creates a new note for a natural tone, such as A-natural.Creates a new note for a sharp tone, such as A-sharp.