Cancellable
public class BlockDropItemEvent extends BlockEvent implements Cancellable
Event.Result
block
Constructor | Description |
---|---|
BlockDropItemEvent(@NotNull Block block,
@NotNull BlockState blockState,
@NotNull Player player,
@NotNull List<Item> items) |
Modifier and Type | Method | Description |
---|---|---|
@NotNull BlockState |
getBlockState() |
Gets the BlockState of the block involved in this event before it was
broken.
|
static @NotNull HandlerList |
getHandlerList() |
|
@NotNull HandlerList |
getHandlers() |
|
@NotNull List<Item> |
getItems() |
Gets list of the Item drops caused by the block break.
|
@NotNull 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.
|
getBlock
getEventName, isAsynchronous
public BlockDropItemEvent(@NotNull @NotNull Block block, @NotNull @NotNull BlockState blockState, @NotNull @NotNull Player player, @NotNull @NotNull List<Item> items)
@NotNull public @NotNull Player getPlayer()
@NotNull public @NotNull BlockState getBlockState()
@NotNull public @NotNull List<Item> getItems()
public boolean isCancelled()
Cancellable
isCancelled
in interface Cancellable
public void setCancelled(boolean cancel)
Cancellable
setCancelled
in interface Cancellable
cancel
- true if you wish to cancel this event@NotNull public @NotNull HandlerList getHandlers()
getHandlers
in class Event
@NotNull public static @NotNull HandlerList getHandlerList()
Copyright © 2020. All rights reserved.