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
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull HandlerList
Gets the ItemStack for the item currently in the player's hand.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
-