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