Uses of Class
net.minecraftforge.event.world.NoteBlockEvent.Note
-
Packages that use NoteBlockEvent.Note Package Description net.minecraftforge.event.world -
-
Uses of NoteBlockEvent.Note in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as NoteBlockEvent.Note Modifier and Type Field Description private NoteBlockEvent.NoteNoteBlockEvent.Change. oldNoteprivate static NoteBlockEvent.Note[]NoteBlockEvent.Note. valuesMethods in net.minecraftforge.event.world that return NoteBlockEvent.Note Modifier and Type Method Description (package private) static NoteBlockEvent.NoteNoteBlockEvent.Note. fromId(int id)NoteBlockEvent.NoteNoteBlockEvent. getNote()Get the Note the Noteblock is tuned toNoteBlockEvent.NoteNoteBlockEvent.Change. getOldNote()static NoteBlockEvent.NoteNoteBlockEvent.Note. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NoteBlockEvent.Note[]NoteBlockEvent.Note. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraftforge.event.world with parameters of type NoteBlockEvent.Note Modifier and Type Method Description voidNoteBlockEvent. 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
-