public static class NoteBlockEvent.Play extends NoteBlockEvent
NoteBlockEvent.Change, NoteBlockEvent.Instrument, NoteBlockEvent.Note, NoteBlockEvent.Octave, NoteBlockEvent.Play
BlockEvent.BreakEvent, BlockEvent.HarvestDropsEvent, BlockEvent.MultiPlaceEvent, BlockEvent.PlaceEvent
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
NoteBlockEvent.Instrument |
instrument |
block, blockMetadata, world, x, y, z
Constructor and Description |
---|
NoteBlockEvent.Play(World world,
int x,
int y,
int z,
int meta,
int note,
int instrument) |
getNote, getOctave, getVanillaNoteId, setNote
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public NoteBlockEvent.Instrument instrument
public NoteBlockEvent.Play(World world, int x, int y, int z, int meta, int note, int instrument)