public class ConfigurationHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
allowBadFood |
static boolean |
allowFoodsWithNoSaturation |
static boolean |
allowFoodsWithNoValue |
static boolean |
applySatisfiedEffects |
static boolean |
applyUnsatisfiedEffects |
static net.minecraftforge.common.config.Configuration |
config |
static float |
cravingChance |
static java.util.List<java.lang.String> |
errors |
static java.util.List<net.minecraft.potion.PotionEffect> |
satisfiedEffects |
static int |
ticksTillCravingAttempt |
static int |
timeToSatisfy |
static java.util.List<net.minecraft.potion.PotionEffect> |
unsatisfiedEffects |
Constructor and Description |
---|
ConfigurationHandler(java.io.File file) |
public static net.minecraftforge.common.config.Configuration config
public static java.util.List<java.lang.String> errors
public static java.util.List<net.minecraft.potion.PotionEffect> satisfiedEffects
public static java.util.List<net.minecraft.potion.PotionEffect> unsatisfiedEffects
public static boolean applySatisfiedEffects
public static boolean applyUnsatisfiedEffects
public static int timeToSatisfy
public static float cravingChance
public static int ticksTillCravingAttempt
public static boolean allowFoodsWithNoValue
public static boolean allowFoodsWithNoSaturation
public static boolean allowBadFood