Cancellablepublic class BlockDropItemEvent extends BlockEvent implements Cancellable
Event.Resultblock| Constructor | Description | 
|---|---|
BlockDropItemEvent(Block block,
                  BlockState blockState,
                  Player player,
                  List<Item> items) | 
| Modifier and Type | Method | Description | 
|---|---|---|
BlockState | 
getBlockState() | 
 Gets the BlockState of the block involved in this event before it was
 broken. 
 | 
static HandlerList | 
getHandlerList() | 
|
HandlerList | 
getHandlers() | 
|
List<Item> | 
getItems() | 
 Gets list of the Item drops caused by the block break. 
 | 
Player | 
getPlayer() | 
 Gets the Player that is breaking the block involved in this event. 
 | 
boolean | 
isCancelled() | 
 Gets the cancellation state of this event. 
 | 
void | 
setCancelled(boolean cancel) | 
 Sets the cancellation state of this event. 
 | 
getBlockgetEventName, isAsynchronouspublic BlockDropItemEvent(@NotNull
                          Block block,
                          @NotNull
                          BlockState blockState,
                          @NotNull
                          Player player,
                          @NotNull
                          List<Item> items)
@NotNull public Player getPlayer()
@NotNull public BlockState getBlockState()
@NotNull public List<Item> getItems()
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 HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.