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) |
updatePokemonhandle, replypublic 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)
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