public class FormLogRegistry
extends java.lang.Object
Constructor and Description |
---|
FormLogRegistry() |
Modifier and Type | Method and Description |
---|---|
static void |
assignRandomFish(SpawnActionPokemon spawnPokemon) |
static void |
createCategory(RegistryValue<Species> species,
int category,
PokemonSpecification... palettes) |
static int[] |
getData(net.minecraft.entity.player.ServerPlayerEntity target,
Species species) |
static int |
getFirstIdFromPokemon(Pokemon pokemon) |
static PokemonSpecification |
getFormFromId(Species species,
int id) |
static int |
getFormId(Species species,
PokemonSpecification palette) |
static com.google.common.collect.LinkedHashMultimap<java.lang.Integer,PokemonSpecification> |
getFormsForSpecies(Species species) |
static int[] |
getMenuData(net.minecraft.entity.player.ServerPlayerEntity playerIn) |
static java.util.stream.Stream<Species> |
getSpeciesList() |
static void |
init() |
public static void init()
public static java.util.stream.Stream<Species> getSpeciesList()
public static com.google.common.collect.LinkedHashMultimap<java.lang.Integer,PokemonSpecification> getFormsForSpecies(Species species)
public static int getFormId(Species species, PokemonSpecification palette)
public static int getFirstIdFromPokemon(Pokemon pokemon)
public static PokemonSpecification getFormFromId(Species species, int id)
public static void createCategory(RegistryValue<Species> species, int category, PokemonSpecification... palettes)
public static int[] getData(net.minecraft.entity.player.ServerPlayerEntity target, Species species)
public static int[] getMenuData(net.minecraft.entity.player.ServerPlayerEntity playerIn)
public static void assignRandomFish(SpawnActionPokemon spawnPokemon)