Class NoteBlockEvent.Change

java.lang.Object
net.minecraftforge.eventbus.api.Event
Enclosing class:
NoteBlockEvent

public static class NoteBlockEvent.Change extends NoteBlockEvent
Fired when a Noteblock is changed. You can adjust the note it will change to via NoteBlockEvent.setNote(Note, Octave). Canceling this event will not change the note and also stop the Noteblock from playing it's note.