Class ExpandDifficultyInstance
java.lang.Object
com.blamejared.crafttweaker.natives.world.ExpandDifficultyInstance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.DifficultygetDifficulty(net.minecraft.world.DifficultyInstance internal) static floatgetEffectiveDifficulty(net.minecraft.world.DifficultyInstance internal) static floatgetSpecialMultiplier(net.minecraft.world.DifficultyInstance internal) static booleanisHard(net.minecraft.world.DifficultyInstance internal) static booleanisHarderThan(net.minecraft.world.DifficultyInstance internal, float difficulty)
-
Constructor Details
-
ExpandDifficultyInstance
public ExpandDifficultyInstance()
-
-
Method Details
-
getDifficulty
public static net.minecraft.world.Difficulty getDifficulty(net.minecraft.world.DifficultyInstance internal) -
getEffectiveDifficulty
public static float getEffectiveDifficulty(net.minecraft.world.DifficultyInstance internal) -
isHard
public static boolean isHard(net.minecraft.world.DifficultyInstance internal) -
isHarderThan
public static boolean isHarderThan(net.minecraft.world.DifficultyInstance internal, float difficulty) -
getSpecialMultiplier
public static float getSpecialMultiplier(net.minecraft.world.DifficultyInstance internal)
-