Class PixelmonPokemonProxy

java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.PixelmonPokemonProxy
All Implemented Interfaces:
PokemonProxy<Pokemon>

public class PixelmonPokemonProxy extends Object implements PokemonProxy<Pokemon>
Default Pixelmon implementation of the PokemonProxy
  • Constructor Details

    • PixelmonPokemonProxy

      public PixelmonPokemonProxy()
  • Method Details

    • create

      public Pokemon create(UUID pokemonUUID)
      Description copied from interface: PokemonProxy
      Creates a new PokemonProxy implementation with the given UUID
      Specified by:
      create in interface PokemonProxy<Pokemon>
      Parameters:
      pokemonUUID - The uuid of the new Pokémon
      Returns:
      The new Pokémon