public class RaidActionPacket extends AbstractPixelmonPacket
| Constructor and Description |
|---|
RaidActionPacket() |
RaidActionPacket(int den,
int action) |
RaidActionPacket(int den,
int action,
int slot) |
RaidActionPacket(int den,
int action,
int slot,
net.minecraft.item.ItemStack usedStack) |
| 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
|
void |
handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context) |
handle, replypublic RaidActionPacket()
public RaidActionPacket(int den,
int action)
public RaidActionPacket(int den,
int action,
int slot)
public RaidActionPacket(int den,
int action,
int slot,
net.minecraft.item.ItemStack usedStack)
public void decode(net.minecraft.network.PacketBuffer buf)
PixelmonPacketdecode in interface PixelmonPacketdecode in class AbstractPixelmonPacketbuf - The buffer being decodedpublic void encode(net.minecraft.network.PacketBuffer buf)
PixelmonPacketencode in interface PixelmonPacketencode in class AbstractPixelmonPacketbuf - The buffer being encodedpublic void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket in class AbstractPixelmonPacket