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.Note
NoteBlockEvent.Change. oldNote
private static NoteBlockEvent.Note[]
NoteBlockEvent.Note. values
Methods in net.minecraftforge.event.world that return NoteBlockEvent.Note Modifier and Type Method Description (package private) static NoteBlockEvent.Note
NoteBlockEvent.Note. fromId(int id)
NoteBlockEvent.Note
NoteBlockEvent. getNote()
Get the Note the Noteblock is tuned toNoteBlockEvent.Note
NoteBlockEvent.Change. getOldNote()
static NoteBlockEvent.Note
NoteBlockEvent.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 void
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
-