Package net.pdevita.creeperheal2.core
Class ExplosionManager
-
- All Implemented Interfaces:
public final class ExplosionManager
-
-
Field Summary
Fields Modifier and Type Field Description private final CreeperHeal2plugin
-
Constructor Summary
Constructors Constructor Description ExplosionManager(CreeperHeal2 plugin)
-
Method Summary
Modifier and Type Method Description final CreeperHeal2getPlugin()final Integersize()final ArrayList<Explosion>getExplosions()final UnitwarpAll()final UnitcancelAll()final BooleanisLocationInExplosion(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)
-
-
-
-