public class UpdateTrainerPokemonPacketPacket extends UpdateEditedPokemonPacket
| Modifier and Type | Field and Description |
|---|---|
int |
trainerID
The ID of the Trainer to update.
|
data, slot| Constructor and Description |
|---|
UpdateTrainerPokemonPacketPacket()
Empty constructor for packet registration.
|
UpdateTrainerPokemonPacketPacket(Pokemon data)
Initializes a packet.
|
UpdateTrainerPokemonPacketPacket(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) |
updatePokemonhandle, replypublic UpdateTrainerPokemonPacketPacket()
public UpdateTrainerPokemonPacketPacket(Pokemon data)
data - The updated Pokémon data.public UpdateTrainerPokemonPacketPacket(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)
PixelmonPacketencode in interface PixelmonPacketencode in class UpdateEditedPokemonPacketbuffer - The buffer being encodedpublic void decode(net.minecraft.network.PacketBuffer buffer)
PixelmonPacketdecode in interface PixelmonPacketdecode in class UpdateEditedPokemonPacketbuffer - The buffer being decodedprotected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket in class AbstractPixelmonPacket