Uses of Enum Class
net.minecraftforge.event.world.NoteBlockEvent.Note
Packages that use NoteBlockEvent.Note
-
Uses of NoteBlockEvent.Note in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as NoteBlockEvent.NoteModifier and TypeFieldDescriptionprivate NoteBlockEvent.Note
NoteBlockEvent.Change.oldNote
private static NoteBlockEvent.Note[]
NoteBlockEvent.Note.values
Methods in net.minecraftforge.event.world that return NoteBlockEvent.NoteModifier 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.Methods in net.minecraftforge.event.world with parameters of type NoteBlockEvent.NoteModifier 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