Package zombie.network.packets
Class SyncClothingPacket
java.lang.Object
zombie.network.packets.SyncClothingPacket
- All Implemented Interfaces:
INetworkPacket
public class SyncClothingPacket extends java.lang.Object implements INetworkPacket
-
Constructor Summary
Constructors Constructor Description SyncClothingPacket()
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
boolean
isConsistent()
boolean
isEquals(IsoPlayer player, java.lang.String string, InventoryItem inventoryItem)
void
parse(java.nio.ByteBuffer byteBuffer)
void
set(IsoPlayer player, java.lang.String string, InventoryItem inventoryItem)
void
write(ByteBufferWriter byteBufferWriter)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.network.packets.INetworkPacket
getPacketSizeBytes
-
Constructor Details
-
SyncClothingPacket
public SyncClothingPacket()
-
-
Method Details
-
set
-
isEquals
-
parse
public void parse(java.nio.ByteBuffer byteBuffer)- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
isConsistent
public boolean isConsistent()- Specified by:
isConsistent
in interfaceINetworkPacket
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescription
in interfaceINetworkPacket
-