Class DependentBlocks
-
- All Implemented Interfaces:
public final class DependentBlocks
-
-
Field Summary
Fields Modifier and Type Field Description private final EnumMap<Material, FindDependentBlock>
sideBlocks
-
Constructor Summary
Constructors Constructor Description DependentBlocks(Pair<Integer, Integer> version, CreeperHeal2 plugin)
-
Method Summary
Modifier and Type Method Description final EnumMap<Material, FindDependentBlock>
getSideBlocks()
-
-
Constructor Detail
-
DependentBlocks
DependentBlocks(Pair<Integer, Integer> version, CreeperHeal2 plugin)
-
-
Method Detail
-
getSideBlocks
final EnumMap<Material, FindDependentBlock> getSideBlocks()
-
-
-
-