public class SyncCardSetsPacket extends AbstractTCGPacket
Constructor and Description |
---|
SyncCardSetsPacket() |
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) |
static void |
sync(net.minecraft.entity.player.ServerPlayerEntity player) |
handle, reply
public static void sync(net.minecraft.entity.player.ServerPlayerEntity player)
public void decode(net.minecraft.network.PacketBuffer buffer)
TCGPacket
decode
in interface TCGPacket
decode
in class AbstractTCGPacket
buffer
- The buffer being decodedpublic void encode(net.minecraft.network.PacketBuffer buffer)
TCGPacket
encode
in interface TCGPacket
encode
in class AbstractTCGPacket
buffer
- The buffer being encodedprotected void handlePacket(net.minecraftforge.fml.network.NetworkEvent.Context context)
handlePacket
in class AbstractTCGPacket