public class SetImportPokemonIDPacket extends AbstractPixelmonPacket
| Constructor and Description | 
|---|
| SetImportPokemonIDPacket()Empty constructor for packet registration. | 
| SetImportPokemonIDPacket(int partySlot,
                        java.util.UUID pokemonUUID)Initializes a packet. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | decode(net.minecraft.network.PacketBuffer buf)Decodes the information from the buffer to the packet instance | 
| void | encode(net.minecraft.network.PacketBuffer buf)Encodes the buffer with the packet information | 
| protected void | handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context) | 
handle, replypublic SetImportPokemonIDPacket()
public SetImportPokemonIDPacket(int partySlot,
                                java.util.UUID pokemonUUID)
partySlot - The party slot of the Pokémon to set an ID for.pokemonUUID - The Pokémon UUID to set.public void encode(net.minecraft.network.PacketBuffer buf)
PixelmonPacketencode in interface PixelmonPacketencode in class AbstractPixelmonPacketbuf - The buffer being encodedpublic void decode(net.minecraft.network.PacketBuffer buf)
PixelmonPacketdecode in interface PixelmonPacketdecode in class AbstractPixelmonPacketbuf - The buffer being decodedprotected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket in class AbstractPixelmonPacket