public class UpdateServerCardRecordPacket extends AbstractTCGPacket
Constructor and Description |
---|
UpdateServerCardRecordPacket() |
UpdateServerCardRecordPacket(net.minecraft.util.math.BlockPos blockPos,
BoardLocation location,
int locationSubIndex,
ImmutableCard card,
int handIndex) |
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 UpdateServerCardRecordPacket()
public UpdateServerCardRecordPacket(net.minecraft.util.math.BlockPos blockPos, BoardLocation location, int locationSubIndex, ImmutableCard card, int handIndex)
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