Cancellablepublic class EntityEnterBlockEvent extends EntityEvent implements Cancellable
Entity enters a block and is stored in that block.
 
 This event is called for bees entering a bee hive.
 
 It is not called when a silverfish "enters" a stone block. For that listen to
 the EntityChangeBlockEvent.
Event.Resultentity| Constructor | Description | 
|---|---|
| EntityEnterBlockEvent(Entity entity,
                     Block block) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Block | getBlock() | Get the block the entity will enter. | 
| static HandlerList | getHandlerList() | |
| HandlerList | getHandlers() | |
| boolean | isCancelled() | Gets the cancellation state of this event. | 
| void | setCancelled(boolean cancel) | Sets the cancellation state of this event. | 
getEntity, getEntityTypecallEvent, getEventName, isAsynchronouspublic boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this event@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2020. All rights reserved.