Package etithespirit.orimod.config
Class OriModConfigs
java.lang.Object
etithespirit.orimod.config.OriModConfigs
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraftforge.common.ForgeConfigSpec.IntValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
protected static net.minecraftforge.common.ForgeConfigSpec.EnumValue<DecayWorldConfigBehavior>
protected static net.minecraftforge.common.ForgeConfigSpec.EnumValue<DecayWorldConfigBehavior>
protected static net.minecraftforge.common.ForgeConfigSpec.EnumValue<DecayWorldConfigBehavior>
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.DoubleValue
Deprecated.static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.DoubleValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
static net.minecraftforge.common.ForgeConfigSpec
static net.minecraftforge.common.ForgeConfigSpec
static net.minecraftforge.common.ForgeConfigSpec.BooleanValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DecayWorldConfigBehavior
getDecaySpreadBehavior
(net.minecraft.world.level.block.state.StateHolder<?, ?> state) Returns the spreading behavior of the given decay block.static void
-
Field Details
-
CLIENT_ONLY
public static net.minecraftforge.common.ForgeConfigSpec CLIENT_ONLY -
SERVER_SYNCED
public static net.minecraftforge.common.ForgeConfigSpec SERVER_SYNCED -
SEPARATE_SIDES
public static net.minecraftforge.common.ForgeConfigSpec SEPARATE_SIDES -
AIR_JUMP_COUNT
public static net.minecraftforge.common.ForgeConfigSpec.IntValue AIR_JUMP_COUNT -
KNOW_DOUBLE_JUMP
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue KNOW_DOUBLE_JUMP -
KNOW_DASH
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue KNOW_DASH -
KNOW_AIR_DASH
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue KNOW_AIR_DASH -
KNOW_WATER_DASH
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue KNOW_WATER_DASH -
DEFAULT_SPIRIT_STATE
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue DEFAULT_SPIRIT_STATE -
FORCE_STATE
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue FORCE_STATE -
ALLOW_CHANGING_BY_DEFAULT
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue ALLOW_CHANGING_BY_DEFAULT -
LUX_TO_RF_RATIO
public static net.minecraftforge.common.ForgeConfigSpec.DoubleValue LUX_TO_RF_RATIO -
USE_ENV_POWER
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue USE_ENV_POWER -
ONLY_EAT_PLANTS
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue ONLY_EAT_PLANTS -
DECAY_SPREADING
protected static net.minecraftforge.common.ForgeConfigSpec.EnumValue<DecayWorldConfigBehavior> DECAY_SPREADING -
DECAY_COATING_SPREADING
protected static net.minecraftforge.common.ForgeConfigSpec.EnumValue<DecayWorldConfigBehavior> DECAY_COATING_SPREADING -
DECAY_FLUID_SPREADING
protected static net.minecraftforge.common.ForgeConfigSpec.EnumValue<DecayWorldConfigBehavior> DECAY_FLUID_SPREADING -
GREEDY_ASSEMBLY_OPTIMIZATION
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue GREEDY_ASSEMBLY_OPTIMIZATION -
KEEP_CHUNKS_ALIVE
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue KEEP_CHUNKS_ALIVE -
DO_DIAGONAL_SPREAD
public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue DO_DIAGONAL_SPREAD -
HEALTH_TO_LUX_RATIO
Deprecated. -
DEBUG_RENDER_ASSEMBLIES
@ClientUseOnly public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue DEBUG_RENDER_ASSEMBLIES -
OVERRIDE_HEALTH_RENDERING
@ClientUseOnly public static net.minecraftforge.common.ForgeConfigSpec.BooleanValue OVERRIDE_HEALTH_RENDERING
-
-
Constructor Details
-
OriModConfigs
public OriModConfigs()
-
-
Method Details
-
getDecaySpreadBehavior
public static DecayWorldConfigBehavior getDecaySpreadBehavior(net.minecraft.world.level.block.state.StateHolder<?, ?> state) throws IllegalArgumentExceptionReturns the spreading behavior of the given decay block. It should be a BlockState of decay or FluidState of decay.- Parameters:
state
-- Returns:
- Throws:
IllegalArgumentException
- If the given block is not a decay block.
-
initialize
public static void initialize()
-