Class ExpandCriterionProgress

java.lang.Object
com.blamejared.crafttweaker.natives.advancement.ExpandCriterionProgress

@ZenRegister public class ExpandCriterionProgress extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    grant(net.minecraft.advancements.CriterionProgress internal)
    Grants this progress.
    static boolean
    isDone(net.minecraft.advancements.CriterionProgress internal)
    Checks if this progress is done
    static void
    revoke(net.minecraft.advancements.CriterionProgress internal)
    Revokes this progress

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandCriterionProgress

      public ExpandCriterionProgress()
  • Method Details

    • isDone

      public static boolean isDone(net.minecraft.advancements.CriterionProgress internal)
      Checks if this progress is done
      Returns:
      true if done, false otherwise.
    • grant

      public static void grant(net.minecraft.advancements.CriterionProgress internal)
      Grants this progress.
    • revoke

      public static void revoke(net.minecraft.advancements.CriterionProgress internal)
      Revokes this progress