public class SWindowPropertyPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| Modifier and Type | Field and Description |
|---|---|
private int |
property |
private int |
value |
private int |
windowId |
| Constructor and Description |
|---|
SWindowPropertyPacket() |
SWindowPropertyPacket(int windowIdIn,
int propertyIn,
int valueIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getProperty() |
int |
getValue() |
int |
getWindowId() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic SWindowPropertyPacket()
public SWindowPropertyPacket(int windowIdIn,
int propertyIn,
int valueIn)
public void processPacket(IClientPlayNetHandler handler)
processPacket in interface IPacket<IClientPlayNetHandler>public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic int getWindowId()
public int getProperty()
public int getValue()