Package net.pdevita.creeperheal2.events
Class CHExplosionEvent
-
- All Implemented Interfaces:
public final class CHExplosionEvent extends Event
-
-
Constructor Summary
Constructors Constructor Description CHExplosionEvent(List<Block> blockList, World world, Boundary boundary)
-
Method Summary
Modifier and Type Method Description final List<Block>getBlockList()final WorldgetWorld()final BoundarygetBoundary()HandlerListgetHandlers()final static HandlerListgetHandlerList()-
-
Method Detail
-
getBlockList
final List<Block> getBlockList()
-
getWorld
final World getWorld()
-
getBoundary
final Boundary getBoundary()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-