Package org.bukkit.event.block
Class BlockDamageAbortEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
org.bukkit.event.block.BlockDamageAbortEvent
Called when a player stops damaging a Block.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.block.BlockEvent
block
-
Constructor Summary
ConstructorsConstructorDescriptionBlockDamageAbortEvent
(@NotNull Player player, @NotNull Block block, @NotNull ItemStack itemInHand) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull HandlerList
@NotNull HandlerList
@NotNull ItemStack
Gets the ItemStack for the item currently in the player's hand.@NotNull Player
Gets the player that stopped damaging the block involved in this event.Methods inherited from class org.bukkit.event.block.BlockEvent
getBlock
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
BlockDamageAbortEvent
-
-
Method Details
-
getPlayer
Gets the player that stopped damaging the block involved in this event.- Returns:
- The player that stopped damaging the block
-
getItemInHand
Gets the ItemStack for the item currently in the player's hand.- Returns:
- The ItemStack for the item currently in the player's hand
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-