Class UnlockUtils

java.lang.Object
com.idark.valoria.api.unlockable.UnlockUtils

public class UnlockUtils extends Object
  • Constructor Details

    • UnlockUtils

      public UnlockUtils()
  • Method Details

    • isUnlocked

      public static boolean isUnlocked(net.minecraft.world.entity.Entity entity, Unlockable unlockable)
    • addUnlockable

      public static void addUnlockable(net.minecraft.world.entity.Entity entity, Unlockable unlockable)
    • removeUnlockable

      public static void removeUnlockable(net.minecraft.world.entity.Entity entity, Unlockable unlockable)
    • addAllUnlockables

      public static void addAllUnlockables(net.minecraft.world.entity.Entity entity)
    • removeAllUnlockables

      public static void removeAllUnlockables(net.minecraft.world.entity.Entity entity)