public class CardSets
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static com.google.gson.Gson |
GSON |
Constructor and Description |
---|
CardSets() |
Modifier and Type | Method and Description |
---|---|
static CardSet |
get(int id) |
static CardSet |
get(java.lang.String name) |
static java.util.List<CardSet> |
getAll() |
static CardSet |
getRandom() |
static void |
register(CardSet cardSet) |
static void |
register(com.google.gson.Gson gson,
net.minecraft.util.ResourceLocation rl,
com.google.gson.JsonElement json) |
public static void register(com.google.gson.Gson gson, net.minecraft.util.ResourceLocation rl, com.google.gson.JsonElement json)
public static void register(CardSet cardSet)
public static CardSet get(java.lang.String name)
public static CardSet get(int id)
public static java.util.List<CardSet> getAll()
public static CardSet getRandom()