Package net.pdevita.creeperheal2.config
Class ConfigManager
-
- All Implemented Interfaces:
public final class ConfigManager
-
-
Constructor Summary
Constructors Constructor Description ConfigManager(CreeperHeal2 plugin)
-
Method Summary
Modifier and Type Method Description final General
getGeneral()
final ExplosionTypes
getTypes()
final WorldList
getWorldList()
final BlockList
getBlockList()
-
-
Constructor Detail
-
ConfigManager
ConfigManager(CreeperHeal2 plugin)
-
-
Method Detail
-
getGeneral
final General getGeneral()
-
getTypes
final ExplosionTypes getTypes()
-
getWorldList
final WorldList getWorldList()
-
getBlockList
final BlockList getBlockList()
-
-
-
-