Cancellablepublic class NotePlayEvent extends BlockEvent implements Cancellable
Event.Resultblock| Constructor | Description | 
|---|---|
| NotePlayEvent(@NotNull Block block,
             @NotNull Instrument instrument,
             @NotNull Note note) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static @NotNull HandlerList | getHandlerList() | |
| @NotNull HandlerList | getHandlers() | |
| @NotNull Instrument | getInstrument() | Gets the  Instrumentto be used. | 
| @NotNull Note | getNote() | Gets the  Noteto be played. | 
| boolean | isCancelled() | Gets the cancellation state of this event. | 
| void | setCancelled(boolean cancel) | Sets the cancellation state of this event. | 
| void | setInstrument(@NotNull Instrument instrument) | Deprecated. 
 no effect on newer Minecraft versions | 
| void | setNote(@NotNull Note note) | Deprecated. 
 no effect on newer Minecraft versions | 
getBlockgetEventName, isAsynchronouspublic NotePlayEvent(@NotNull
                     @NotNull Block block,
                     @NotNull
                     @NotNull Instrument instrument,
                     @NotNull
                     @NotNull Note note)
public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this event@NotNull public @NotNull Instrument getInstrument()
Instrument to be used.@Deprecated public void setInstrument(@NotNull @NotNull Instrument instrument)
Instrument to be used.instrument - the Instrument. Has no effect if null.@Deprecated public void setNote(@NotNull @NotNull Note note)
Note to be played.note - the Note. Has no effect if null.@NotNull public @NotNull HandlerList getHandlers()
getHandlers in class Event@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2020. All rights reserved.