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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPokemonListPacket(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:PixelmonPacketDecodes the information from the buffer to the packet instance- Specified by:
decodein interfacePixelmonPacket- Overrides:
decodein classAbstractPixelmonPacket- Parameters:
buffer- The buffer being decoded
-
encode
public void encode(net.minecraft.network.FriendlyByteBuf buffer) Description copied from interface:PixelmonPacketEncodes the buffer with the packet information- Specified by:
encodein interfacePixelmonPacket- Overrides:
encodein classAbstractPixelmonPacket- Parameters:
buffer- The buffer being encoded
-