Class ConstantsManager
-
- All Implemented Interfaces:
public final class ConstantsManager
-
-
Field Summary
Fields Modifier and Type Field Description private final Pair<Integer, Integer>
version
private final HashSet<Material>
gravityBlocks
private final DependentBlocks
dependentBlocks
private final MultiBlocks
multiBlocks
-
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 DependentBlocks
getDependentBlocks()
final MultiBlocks
getMultiBlocks()
-
-
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()
-
-
-
-