Class PixelmonPokemonProxy
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.PixelmonPokemonProxy
- All Implemented Interfaces:
PokemonProxy<Pokemon>
Default Pixelmon implementation of the
PokemonProxy
-
Constructor Details
-
PixelmonPokemonProxy
public PixelmonPokemonProxy()
-
-
Method Details
-
create
Description copied from interface:PokemonProxy
Creates a newPokemonProxy
implementation with the given UUID- Specified by:
create
in interfacePokemonProxy<Pokemon>
- Parameters:
pokemonUUID
- The uuid of the new Pokémon- Returns:
- The new Pokémon
-