public class CoinRegistry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Coin |
BULBASAUR |
static Coin |
CHARMANDER |
static Coin |
JIGGLYPUFF |
static Coin |
PIKACHU |
static Coin |
SQUIRTLE |
Constructor and Description |
---|
CoinRegistry() |
Modifier and Type | Method and Description |
---|---|
static Coin |
fromNBT(net.minecraft.nbt.NBTTagCompound tag) |
static Coin |
get(java.lang.String name) |
static java.util.List<Coin> |
getAll() |
static Coin |
getRandomCoin() |
static void |
load() |
static <T extends Coin> |
register(T t) |
public static final Coin CHARMANDER
public static final Coin BULBASAUR
public static final Coin SQUIRTLE
public static final Coin PIKACHU
public static final Coin JIGGLYPUFF
public static <T extends Coin> T register(T t)
public static Coin fromNBT(net.minecraft.nbt.NBTTagCompound tag)
public static java.util.List<Coin> getAll()
public static Coin get(java.lang.String name)
public static Coin getRandomCoin()
public static void load()