Uses of Enum Class
net.neoforged.neoforge.event.level.NoteBlockEvent.Note
Packages that use NoteBlockEvent.Note
-
Uses of NoteBlockEvent.Note in net.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level declared as NoteBlockEvent.NoteModifier and TypeFieldDescriptionprivate final NoteBlockEvent.Note
NoteBlockEvent.Change.oldNote
private static final NoteBlockEvent.Note[]
NoteBlockEvent.Note.values
Methods in net.neoforged.neoforge.event.level 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.neoforged.neoforge.event.level 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