public class GenericActionRequestPacket extends AbstractTCGPacket
Constructor and Description |
---|
GenericActionRequestPacket() |
GenericActionRequestPacket(net.minecraft.util.math.BlockPos blockPos,
PhaseAction action,
int playerIndex,
int actionIndex,
int actionSubindex) |
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) |
handle, reply
public GenericActionRequestPacket()
public GenericActionRequestPacket(net.minecraft.util.math.BlockPos blockPos, PhaseAction action, int playerIndex, int actionIndex, int actionSubindex)
public void encode(net.minecraft.network.PacketBuffer buffer)
TCGPacket
encode
in interface TCGPacket
encode
in class AbstractTCGPacket
buffer
- The buffer being encodedpublic void decode(net.minecraft.network.PacketBuffer buffer)
TCGPacket
decode
in interface TCGPacket
decode
in class AbstractTCGPacket
buffer
- The buffer being decodedprotected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket
in class AbstractTCGPacket