public class PokeBallRegistry
extends java.lang.Object
Constructor and Description |
---|
PokeBallRegistry() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PokeBall> |
getAll() |
static RegistryValue<PokeBall> |
getPokeBall(java.lang.String pokeball) |
static void |
register(com.google.gson.Gson gson,
net.minecraft.util.ResourceLocation rl,
com.google.gson.JsonElement json) |
static void |
register(PokeBall pokeball) |
public static final com.google.gson.Gson GSON
public static final java.util.List<java.lang.String> DEFAULT_POKE_BALL_IDS
public static final RegistryValue<PokeBall> BEAST_BALL
public static final RegistryValue<PokeBall> CHERISH_BALL
public static final RegistryValue<PokeBall> DIVE_BALL
public static final RegistryValue<PokeBall> DREAM_BALL
public static final RegistryValue<PokeBall> DUSK_BALL
public static final RegistryValue<PokeBall> FAST_BALL
public static final RegistryValue<PokeBall> FRIEND_BALL
public static final RegistryValue<PokeBall> GREAT_BALL
public static final RegistryValue<PokeBall> GS_BALL
public static final RegistryValue<PokeBall> HEAL_BALL
public static final RegistryValue<PokeBall> HEAVY_BALL
public static final RegistryValue<PokeBall> LEVEL_BALL
public static final RegistryValue<PokeBall> LOVE_BALL
public static final RegistryValue<PokeBall> LURE_BALL
public static final RegistryValue<PokeBall> LUXURY_BALL
public static final RegistryValue<PokeBall> MASTER_BALL
public static final RegistryValue<PokeBall> MOON_BALL
public static final RegistryValue<PokeBall> NEST_BALL
public static final RegistryValue<PokeBall> NET_BALL
public static final RegistryValue<PokeBall> PARK_BALL
public static final RegistryValue<PokeBall> POKE_BALL
public static final RegistryValue<PokeBall> PREMIER_BALL
public static final RegistryValue<PokeBall> QUICK_BALL
public static final RegistryValue<PokeBall> REPEAT_BALL
public static final RegistryValue<PokeBall> SAFARI_BALL
public static final RegistryValue<PokeBall> SPORT_BALL
public static final RegistryValue<PokeBall> TIMER_BALL
public static final RegistryValue<PokeBall> ULTRA_BALL
public static final RegistryValue<PokeBall> ANCIENT_POKE_BALL
public static final RegistryValue<PokeBall> ANCIENT_GREAT_BALL
public static final RegistryValue<PokeBall> ANCIENT_ULTRA_BALL
public static final RegistryValue<PokeBall> ANCIENT_HEAVY_BALL
public static final RegistryValue<PokeBall> LEADEN_BALL
public static final RegistryValue<PokeBall> GIGATON_BALL
public static final RegistryValue<PokeBall> FEATHER_BALL
public static final RegistryValue<PokeBall> WING_BALL
public static final RegistryValue<PokeBall> JET_BALL
public static final RegistryValue<PokeBall> ORIGIN_BALL
public static final RegistryValue<PokeBall> STRANGE_BALL
public static final RegistryValue<PokeBall> CHRISTMAS_BALL
public static void register(com.google.gson.Gson gson, net.minecraft.util.ResourceLocation rl, com.google.gson.JsonElement json)
public static void register(PokeBall pokeball)
public static RegistryValue<PokeBall> getPokeBall(java.lang.String pokeball)
public static java.util.List<PokeBall> getAll()