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) |
updatePokemon
handle, reply
public 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)
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