Class ThemeDecks

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

public class ThemeDecks extends Object
  • Field Details

    • GSON

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

    • ThemeDecks

      public ThemeDecks()
  • 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(ThemeDeck themeDeck)
    • get

      public static ThemeDeck get(String name)
    • get

      public static ThemeDeck get(int id)
    • getAll

      public static List<ThemeDeck> getAll()
    • getRandom

      public static ThemeDeck getRandom()