Class ConstantsManager
-
- All Implemented Interfaces:
public final class ConstantsManager
-
-
Field Summary
Fields Modifier and Type Field Description private final Pair<Integer, Integer>versionprivate final HashSet<Material>gravityBlocksprivate final DependentBlocksdependentBlocksprivate final MultiBlocksmultiBlocks
-
Constructor Summary
Constructors Constructor Description ConstantsManager(CreeperHeal2 plugin)
-
Method Summary
Modifier and Type Method Description final Pair<Integer, Integer>getVersion()final HashSet<Material>getGravityBlocks()final DependentBlocksgetDependentBlocks()final MultiBlocksgetMultiBlocks()-
-
Constructor Detail
-
ConstantsManager
ConstantsManager(CreeperHeal2 plugin)
-
-
Method Detail
-
getVersion
final Pair<Integer, Integer> getVersion()
-
getGravityBlocks
final HashSet<Material> getGravityBlocks()
-
getDependentBlocks
final DependentBlocks getDependentBlocks()
-
getMultiBlocks
final MultiBlocks getMultiBlocks()
-
-
-
-