Object PylonConfig
-
- All Implemented Interfaces:
public class PylonConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final static Integer
defaultTickInterval
private final static Integer
allowedBlockErrors
private final static Integer
wailaTickInterval
private final static Integer
allowedEntityErrors
private final static Integer
fluidTickInterval
private final static Long
blockDataAutosaveIntervalSeconds
private final static Long
entityDataAutosaveIntervalSeconds
private final static Boolean
researchesEnabled
private final static Long
pipePlacementTaskIntervalTicks
private final static Long
pipePlacementMaxDistance
private final static Integer
translationWrapLimit
private final static Set<NamespacedKey>
disabledItems
public final static PylonConfig
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Integer
getDefaultTickInterval()
final static Integer
getAllowedBlockErrors()
final static Integer
getWailaTickInterval()
final static Integer
getAllowedEntityErrors()
final static Integer
getFluidTickInterval()
final static Long
getBlockDataAutosaveIntervalSeconds()
final static Long
getEntityDataAutosaveIntervalSeconds()
final static Boolean
getResearchesEnabled()
final static Long
getPipePlacementTaskIntervalTicks()
final static Long
getPipePlacementMaxDistance()
final static Integer
getTranslationWrapLimit()
final static Set<NamespacedKey>
getDisabledItems()
-
-
Method Detail
-
getDefaultTickInterval
final static Integer getDefaultTickInterval()
-
getAllowedBlockErrors
final static Integer getAllowedBlockErrors()
-
getWailaTickInterval
final static Integer getWailaTickInterval()
-
getAllowedEntityErrors
final static Integer getAllowedEntityErrors()
-
getFluidTickInterval
final static Integer getFluidTickInterval()
-
getBlockDataAutosaveIntervalSeconds
final static Long getBlockDataAutosaveIntervalSeconds()
-
getEntityDataAutosaveIntervalSeconds
final static Long getEntityDataAutosaveIntervalSeconds()
-
getResearchesEnabled
final static Boolean getResearchesEnabled()
-
getPipePlacementTaskIntervalTicks
final static Long getPipePlacementTaskIntervalTicks()
-
getPipePlacementMaxDistance
final static Long getPipePlacementMaxDistance()
-
getTranslationWrapLimit
final static Integer getTranslationWrapLimit()
-
getDisabledItems
final static Set<NamespacedKey> getDisabledItems()
-
-
-
-