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>
blocks
private final CreeperHeal2
plugin
-
Constructor Summary
Constructors Constructor Description Gravity(CreeperHeal2 plugin)
-
Method Summary
Modifier and Type Method Description final HashSet<Location>
getBlocks()
final Unit
setBlocks(HashSet<Location> blocks)
final CreeperHeal2
getPlugin()
final Unit
addBlocks(List<Location> locations)
final Unit
addBlocks(HashSet<Location> locations)
final Unit
removeBlocks(List<Location> locations)
final Unit
removeBlocks(HashSet<Location> locations)
final Boolean
checkLocation(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)
-
-
-
-