Class PokemonListPacket
java.lang.Object
com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
- All Implemented Interfaces:
PixelmonPacket
Opens a Pokémon selection list.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPokemonListPacket
(PokemonBase[] pokemon) Initializes a Pokémon list packet.PokemonListPacket
(Species... pokemon) Initializes a Pokémon list packet.PokemonListPacket
(Species[] pokemon, String[] forms) Initializes a Pokémon list packet. -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
handle, handlePacket, reply
-
Field Details
-
pokemonList
-
-
Constructor Details
-
PokemonListPacket
public PokemonListPacket() -
PokemonListPacket
Initializes a Pokémon list packet.- Parameters:
pokemon
- The Pokémon in the list.
-
PokemonListPacket
Initializes a Pokémon list packet.- Parameters:
pokemon
- The Pokémon in the list.forms
- The forms of the Pokémon in the list.
-
PokemonListPacket
Initializes a Pokémon list packet.- Parameters:
pokemon
- The Pokémon in the list.
-
-
Method Details
-
decode
public void decode(net.minecraft.network.FriendlyByteBuf buffer) Description copied from interface:PixelmonPacket
Decodes the information from the buffer to the packet instance- Specified by:
decode
in interfacePixelmonPacket
- Overrides:
decode
in classAbstractPixelmonPacket
- Parameters:
buffer
- The buffer being decoded
-
encode
public void encode(net.minecraft.network.FriendlyByteBuf buffer) Description copied from interface:PixelmonPacket
Encodes the buffer with the packet information- Specified by:
encode
in interfacePixelmonPacket
- Overrides:
encode
in classAbstractPixelmonPacket
- Parameters:
buffer
- The buffer being encoded
-