Package net.pdevita.creeperheal2.core
Class Gravity
-
- All Implemented Interfaces:
public final class Gravity
-
-
Field Summary
Fields Modifier and Type Field Description private HashSet<Location>blocksprivate final CreeperHeal2plugin
-
Constructor Summary
Constructors Constructor Description Gravity(CreeperHeal2 plugin)
-
Method Summary
Modifier and Type Method Description final HashSet<Location>getBlocks()final UnitsetBlocks(HashSet<Location> blocks)final CreeperHeal2getPlugin()final UnitaddBlocks(List<Location> locations)final UnitaddBlocks(HashSet<Location> locations)final UnitremoveBlocks(List<Location> locations)final UnitremoveBlocks(HashSet<Location> locations)final BooleancheckLocation(Location location)-
-
Constructor Detail
-
Gravity
Gravity(CreeperHeal2 plugin)
-
-
Method Detail
-
getPlugin
final CreeperHeal2 getPlugin()
-
removeBlocks
final Unit removeBlocks(List<Location> locations)
-
removeBlocks
final Unit removeBlocks(HashSet<Location> locations)
-
checkLocation
final Boolean checkLocation(Location location)
-
-
-
-