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