Package net.pdevita.creeperheal2.config
Class General
-
- All Implemented Interfaces:
public final class General
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerinitialDelayprivate final IntegerbetweenBlocksDelayprivate final Booleanbstatsprivate final BooleanexplodeTNTprivate final IntegerturboThresholdprivate final IntegerturboTypeprivate final IntegerturboAmountprivate final IntegerturboPercentageprivate final IntegerturboCapprivate final BooleanentityTypeprivate final BooleandisableContainers
-
Constructor Summary
Constructors Constructor Description General(FileConfiguration config)
-
Method Summary
Modifier and Type Method Description final IntegergetInitialDelay()final IntegergetBetweenBlocksDelay()final BooleangetBstats()final BooleangetExplodeTNT()final IntegergetTurboThreshold()final IntegergetTurboType()final IntegergetTurboAmount()final IntegergetTurboPercentage()final IntegergetTurboCap()final BooleangetEntityType()final BooleangetDisableContainers()-
-
Method Detail
-
getInitialDelay
final Integer getInitialDelay()
-
getBetweenBlocksDelay
final Integer getBetweenBlocksDelay()
-
getExplodeTNT
final Boolean getExplodeTNT()
-
getTurboThreshold
final Integer getTurboThreshold()
-
getTurboType
final Integer getTurboType()
-
getTurboAmount
final Integer getTurboAmount()
-
getTurboPercentage
final Integer getTurboPercentage()
-
getTurboCap
final Integer getTurboCap()
-
getEntityType
final Boolean getEntityType()
-
getDisableContainers
final Boolean getDisableContainers()
-
-
-
-