Package io.papermc.paper.event.block
Class BlockBreakBlockEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.block.BlockEvent
io.papermc.paper.event.block.BlockBreakBlockEvent
Called when a block forces another block to break and drop items.
 
Currently called for piston's and liquid flows.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.block.BlockEventblock
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetDrops()Get the drops of this eventstatic @NotNull HandlerListGets the block that cause this (e.g.Methods inherited from class org.bukkit.event.block.BlockEventgetBlockMethods inherited from class org.bukkit.event.EventcallEvent, getEventName, isAsynchronous
- 
Constructor Details- 
BlockBreakBlockEvent
 
- 
- 
Method Details- 
getDropsGet the drops of this event- Returns:
- the drops
 
- 
getSourceGets the block that cause this (e.g. a piston, or adjacent liquid)- Returns:
- the source
 
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
getHandlerList
 
-