Package net.pdevita.creeperheal2.config
Class General
-
- All Implemented Interfaces:
public final class General
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
initialDelay
private final Integer
betweenBlocksDelay
private final Boolean
bstats
private final Boolean
explodeTNT
private final Integer
turboThreshold
private final Integer
turboType
private final Integer
turboAmount
private final Integer
turboPercentage
private final Integer
turboCap
private final Boolean
entityType
private final Boolean
disableContainers
-
Constructor Summary
Constructors Constructor Description General(FileConfiguration config)
-
Method Summary
Modifier and Type Method Description final Integer
getInitialDelay()
final Integer
getBetweenBlocksDelay()
final Boolean
getBstats()
final Boolean
getExplodeTNT()
final Integer
getTurboThreshold()
final Integer
getTurboType()
final Integer
getTurboAmount()
final Integer
getTurboPercentage()
final Integer
getTurboCap()
final Boolean
getEntityType()
final Boolean
getDisableContainers()
-
-
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()
-
-
-
-