Cancellable
public class BellRingEvent extends BlockEvent implements Cancellable
Event.Result
block
Constructor | Description |
---|---|
BellRingEvent(Block block,
Entity entity) |
Modifier and Type | Method | Description |
---|---|---|
Entity |
getEntity() |
Gets the entity that rang the bell.
|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
boolean |
isCancelled() |
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancelled) |
Sets the cancellation state of this event.
|
getBlock
callEvent, getEventName, isAsynchronous
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancelled)
Cancellable
setCancelled
in interface Cancellable
cancelled
- true if you wish to cancel this event@Nullable public Entity getEntity()
@NotNull public HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static HandlerList getHandlerList()
Copyright © 2020. All rights reserved.