Class CardSets

java.lang.Object
com.pixelmonmod.tcg.api.accessors.CardSets

public class CardSets extends Object
  • Field Details

    • GSON

      public static final com.google.gson.Gson GSON
  • Constructor Details

    • CardSets

      public CardSets()
  • Method Details

    • register

      public static void register(com.google.gson.Gson gson, net.minecraft.resources.ResourceLocation rl, com.google.gson.JsonElement json)
    • register

      public static void register(CardSet cardSet)
    • get

      public static CardSet get(String name)
    • get

      public static CardSet get(int id)
    • getAll

      public static List<CardSet> getAll()
    • getRandom

      public static CardSet getRandom()