Uses of Enum Class
net.minecraftforge.event.world.NoteBlockEvent.Note
-
Uses of NoteBlockEvent.Note in net.minecraftforge.event.world
Modifier and TypeFieldDescriptionprivate final NoteBlockEvent.Note
NoteBlockEvent.Change.oldNote
private static final NoteBlockEvent.Note[]
NoteBlockEvent.Note.values
Modifier and TypeMethodDescription(package private) static NoteBlockEvent.Note
NoteBlockEvent.Note.fromId
(int id) NoteBlockEvent.getNote()
Get the Note the Noteblock is tuned toNoteBlockEvent.Change.getOldNote()
static NoteBlockEvent.Note
Returns the enum constant of this class with the specified name.static NoteBlockEvent.Note[]
NoteBlockEvent.Note.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
NoteBlockEvent.setNote
(NoteBlockEvent.Note note, NoteBlockEvent.Octave octave) Set Note and Octave for this event.
If octave is Octave.HIGH, note may only be Note.F_SHARP