Package net.pdevita.creeperheal2.core
Class ExplosionManager
-
- All Implemented Interfaces:
public final class ExplosionManager
-
-
Field Summary
Fields Modifier and Type Field Description private final CreeperHeal2
plugin
-
Constructor Summary
Constructors Constructor Description ExplosionManager(CreeperHeal2 plugin)
-
Method Summary
Modifier and Type Method Description final CreeperHeal2
getPlugin()
final Integer
size()
final ArrayList<Explosion>
getExplosions()
final Unit
warpAll()
final Unit
cancelAll()
final Boolean
isLocationInExplosion(Location loc)
-
-
Constructor Detail
-
ExplosionManager
ExplosionManager(CreeperHeal2 plugin)
-
-
Method Detail
-
getPlugin
final CreeperHeal2 getPlugin()
-
getExplosions
final ArrayList<Explosion> getExplosions()
-
isLocationInExplosion
final Boolean isLocationInExplosion(Location loc)
-
-
-
-