Uses of Class
net.minecraftforge.event.world.NoteBlockEvent.Octave
-
Packages that use NoteBlockEvent.Octave Package Description net.minecraftforge.event.world -
-
Uses of NoteBlockEvent.Octave in net.minecraftforge.event.world
Fields in net.minecraftforge.event.world declared as NoteBlockEvent.Octave Modifier and Type Field Description private NoteBlockEvent.OctaveNoteBlockEvent.Change. oldOctaveMethods in net.minecraftforge.event.world that return NoteBlockEvent.Octave Modifier and Type Method Description (package private) static NoteBlockEvent.OctaveNoteBlockEvent.Octave. fromId(int id)NoteBlockEvent.OctaveNoteBlockEvent. getOctave()Get the Octave of the note this Noteblock is tuned toNoteBlockEvent.OctaveNoteBlockEvent.Change. getOldOctave()static NoteBlockEvent.OctaveNoteBlockEvent.Octave. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NoteBlockEvent.Octave[]NoteBlockEvent.Octave. 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.Octave 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
-