public class C19PacketResourcePackStatus extends java.lang.Object implements Packet<INetHandlerPlayServer>
| Modifier and Type | Class and Description |
|---|---|
static class |
C19PacketResourcePackStatus.Action |
| Constructor and Description |
|---|
C19PacketResourcePackStatus() |
C19PacketResourcePackStatus(java.lang.String hashIn,
C19PacketResourcePackStatus.Action statusIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
processPacket(INetHandlerPlayServer handler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
public C19PacketResourcePackStatus()
public C19PacketResourcePackStatus(java.lang.String hashIn,
C19PacketResourcePackStatus.Action statusIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packet<INetHandlerPlayServer>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerPlayServer>java.io.IOExceptionpublic void processPacket(INetHandlerPlayServer handler)
processPacket in interface Packet<INetHandlerPlayServer>