Class Explode
-
- All Implemented Interfaces:
-
org.bukkit.event.Listener
public final class Explode implements Listener
-
-
Field Summary
Fields Modifier and Type Field Description private CreeperHeal2
plugin
-
Constructor Summary
Constructors Constructor Description Explode(CreeperHeal2 plugin)
-
Method Summary
Modifier and Type Method Description final CreeperHeal2
getPlugin()
final Unit
setPlugin(CreeperHeal2 plugin)
final Unit
onEntityExplodeEvent(EntityExplodeEvent event)
final Unit
onBlockExplodeEvent(BlockExplodeEvent event)
final Unit
onHangingBreakEvent(HangingBreakEvent event)
final Unit
onEntityDamageEvent(EntityDamageEvent event)
-
-
Constructor Detail
-
Explode
Explode(CreeperHeal2 plugin)
-
-
Method Detail
-
getPlugin
final CreeperHeal2 getPlugin()
-
setPlugin
final Unit setPlugin(CreeperHeal2 plugin)
-
onEntityExplodeEvent
final Unit onEntityExplodeEvent(EntityExplodeEvent event)
-
onBlockExplodeEvent
final Unit onBlockExplodeEvent(BlockExplodeEvent event)
-
onHangingBreakEvent
final Unit onHangingBreakEvent(HangingBreakEvent event)
-
onEntityDamageEvent
final Unit onEntityDamageEvent(EntityDamageEvent event)
-
-
-
-