Package zombie.network.packets
Class SyncClothingPacket
java.lang.Object
zombie.network.packets.SyncClothingPacket
- All Implemented Interfaces:
INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isEquals
(IsoPlayer player, String string, InventoryItem inventoryItem) void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
set
(IsoPlayer player, 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, log
-
Constructor Details
-
SyncClothingPacket
public SyncClothingPacket()
-
-
Method Details
-
set
-
isEquals
-
parse
- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
isConsistent
public boolean isConsistent()- Specified by:
isConsistent
in interfaceINetworkPacket
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
-