Package de.cech12.unlitcampfire.platform
Class FabricConfigHelper.Campfire
java.lang.Object
de.cech12.unlitcampfire.platform.FabricConfigHelper.Campfire
- All Implemented Interfaces:
me.shedaniel.autoconfig.ConfigData
- Enclosing class:
FabricConfigHelper
public static final class FabricConfigHelper.Campfire
extends Object
implements me.shedaniel.autoconfig.ConfigData
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.shedaniel.autoconfig.ConfigData
me.shedaniel.autoconfig.ConfigData.ValidationException -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanintintintintintbooleanboolean -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.shedaniel.autoconfig.ConfigData
validatePostLoad
-
Field Details
-
CAMPFIRE_LIT_TIME
public int CAMPFIRE_LIT_TIME -
CAMPFIRE_RUN_OUT_INDICATOR_TIME
public int CAMPFIRE_RUN_OUT_INDICATOR_TIME -
CAMPFIRE_RAIN_UNLIT_TIME
public int CAMPFIRE_RAIN_UNLIT_TIME -
CAMPFIRE_RAIN_PARTICLE_FACTOR
public int CAMPFIRE_RAIN_PARTICLE_FACTOR -
CAMPFIRE_BREAKS_WHEN_UNLIT_BY_TIME
public boolean CAMPFIRE_BREAKS_WHEN_UNLIT_BY_TIME -
CAMPFIRE_ADDING_BURNABLES
public boolean CAMPFIRE_ADDING_BURNABLES -
CAMPFIRE_MAX_LIT_TIME
public int CAMPFIRE_MAX_LIT_TIME -
CAMPFIRE_AFFECTED_BY_SLEEP_TIME
public boolean CAMPFIRE_AFFECTED_BY_SLEEP_TIME -
GENERATED_CAMPFIRE_IS_LIT_INFINITELY
public boolean GENERATED_CAMPFIRE_IS_LIT_INFINITELY -
INFINITE_CAMPFIRE_IGNORES_RAIN
public boolean INFINITE_CAMPFIRE_IGNORES_RAIN
-