public class GenericGUIPacket extends AbstractTCGPacket
Modifier and Type | Class and Description |
---|---|
static class |
GenericGUIPacket.GUITypes |
Constructor and Description |
---|
GenericGUIPacket() |
GenericGUIPacket(GenericGUIPacket.GUITypes type,
boolean isOpen,
net.minecraft.util.math.BlockPos blockPos) |
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 GenericGUIPacket()
public GenericGUIPacket(GenericGUIPacket.GUITypes type, boolean isOpen, net.minecraft.util.math.BlockPos blockPos)
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