Package | Description |
---|---|
net.minecraftforge.event.world |
Modifier and Type | Field and Description |
---|---|
private NoteBlockEvent.Instrument |
NoteBlockEvent.Play.instrument |
private static NoteBlockEvent.Instrument[] |
NoteBlockEvent.Instrument.values |
Modifier and Type | Method and Description |
---|---|
(package private) static NoteBlockEvent.Instrument |
NoteBlockEvent.Instrument.fromId(int id) |
NoteBlockEvent.Instrument |
NoteBlockEvent.Play.getInstrument() |
static NoteBlockEvent.Instrument |
NoteBlockEvent.Instrument.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoteBlockEvent.Instrument[] |
NoteBlockEvent.Instrument.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NoteBlockEvent.Play.setInstrument(NoteBlockEvent.Instrument instrument) |