Class SpellPredicate

java.lang.Object
com.binaris.wizardry.content.advancement.SpellPredicate

public class SpellPredicate extends Object
  • Constructor Details

  • Method Details

    • any

      public static SpellPredicate any()
    • deserialize

      public static SpellPredicate deserialize(@Nullable com.google.gson.JsonElement element)
    • test

      public boolean test(Spell spell)
    • serialize

      public com.google.gson.JsonElement serialize()