public class CResourcePackStatusPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
Modifier and Type | Class and Description |
---|---|
static class |
CResourcePackStatusPacket.Action |
Modifier and Type | Field and Description |
---|---|
private CResourcePackStatusPacket.Action |
action |
Constructor and Description |
---|
CResourcePackStatusPacket() |
CResourcePackStatusPacket(CResourcePackStatusPacket.Action p_i47156_1_) |
Modifier and Type | Method and Description |
---|---|
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private CResourcePackStatusPacket.Action action
public CResourcePackStatusPacket()
public CResourcePackStatusPacket(CResourcePackStatusPacket.Action p_i47156_1_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IServerPlayNetHandler>
java.io.IOException
public void processPacket(IServerPlayNetHandler handler)
processPacket
in interface IPacket<IServerPlayNetHandler>