Class FormLogRegistry

java.lang.Object
com.pixelmonmod.pixelmon.api.config.FormLogRegistry

public class FormLogRegistry extends Object
  • Constructor Details

    • FormLogRegistry

      public FormLogRegistry()
  • Method Details

    • init

      public static void init()
    • getSpeciesList

      public static Stream<Species> getSpeciesList()
    • getFormsForSpecies

      public static com.google.common.collect.LinkedHashMultimap<Integer,PokemonSpecification> getFormsForSpecies(Species species)
    • getFormId

      public static int getFormId(Species species, PokemonSpecification palette)
    • getFirstIdFromPokemon

      public static int getFirstIdFromPokemon(Pokemon pokemon)
    • getFormFromId

      public static PokemonSpecification getFormFromId(Species species, int id)
    • createCategory

      public static void createCategory(RegistryValue<Species> species, int category, PokemonSpecification... palettes)
    • getData

      public static int[] getData(net.minecraft.server.level.ServerPlayer target, Species species)
    • getMenuData

      public static int[] getMenuData(net.minecraft.server.level.ServerPlayer playerIn)
    • assignRandomFish

      public static void assignRandomFish(SpawnActionPokemon spawnPokemon)