public class CSetDifficultyPacket extends java.lang.Object implements IPacket<IServerPlayNetHandler>
| Constructor and Description |
|---|
CSetDifficultyPacket() |
CSetDifficultyPacket(Difficulty p_i50762_1_) |
| Modifier and Type | Method and Description |
|---|---|
Difficulty |
func_218773_b() |
void |
processPacket(IServerPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic CSetDifficultyPacket()
public CSetDifficultyPacket(Difficulty p_i50762_1_)
public void processPacket(IServerPlayNetHandler handler)
processPacket in interface IPacket<IServerPlayNetHandler>public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IServerPlayNetHandler>java.io.IOExceptionpublic Difficulty func_218773_b()