Class ExpandDifficultyInstance

java.lang.Object
com.blamejared.crafttweaker.natives.world.ExpandDifficultyInstance

@ZenRegister public class ExpandDifficultyInstance extends Object
  • 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)