public class FormBattleUpdatePacket extends AbstractPixelmonPacket
| Constructor and Description |
|---|
FormBattleUpdatePacket()
Empty constructor for packet registration.
|
FormBattleUpdatePacket(java.util.UUID uuid,
Stats form) |
FormBattleUpdatePacket(java.util.UUID uuid,
java.lang.String form)
Initializes a form update 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 FormBattleUpdatePacket()
public FormBattleUpdatePacket(java.util.UUID uuid,
java.lang.String form)
uuid - The UUID of the Pokémon who changed forms.form - The new form index of the Pokémon.public FormBattleUpdatePacket(java.util.UUID uuid,
Stats form)
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