public class UpdatePlayerPokemonPacket extends UpdateEditedPokemonPacket
data, slot
Constructor and Description |
---|
UpdatePlayerPokemonPacket()
Empty constructor for packet registration.
|
UpdatePlayerPokemonPacket(Pokemon data)
Initializes an update packet.
|
UpdatePlayerPokemonPacket(Pokemon data,
int slot)
Initializes a packet.
|
Modifier and Type | Method and Description |
---|---|
void |
decode(net.minecraft.network.PacketBuffer buffer)
Decodes the information from the buffer to the packet instance
|
void |
encode(net.minecraft.network.PacketBuffer buffer)
Encodes the buffer with the packet information
|
protected void |
handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context) |
updatePokemon
handle, reply
public UpdatePlayerPokemonPacket()
public UpdatePlayerPokemonPacket(Pokemon data)
data
- The updated Pokémon data.public UpdatePlayerPokemonPacket(Pokemon data, int slot)
data
- The updated Pokémon data.slot
- The slot to move this Pokémon to.public void encode(net.minecraft.network.PacketBuffer buffer)
PixelmonPacket
encode
in interface PixelmonPacket
encode
in class UpdateEditedPokemonPacket
buffer
- The buffer being encodedpublic void decode(net.minecraft.network.PacketBuffer buffer)
PixelmonPacket
decode
in interface PixelmonPacket
decode
in class UpdateEditedPokemonPacket
buffer
- The buffer being decodedprotected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket
in class AbstractPixelmonPacket