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