Package zombie.network.packets
Class StopSoundPacket
java.lang.Object
zombie.network.packets.StopSoundPacket
- All Implemented Interfaces:
INetworkPacket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidprocess()voidset(IsoMovingObject movingObject, String string, boolean boolean1) voidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.INetworkPacket
isConsistent, log
-
Constructor Details
-
StopSoundPacket
public StopSoundPacket()
-
-
Method Details
-
set
-
process
public void process() -
parse
- Specified by:
parsein interfaceINetworkPacket
-
write
- Specified by:
writein interfaceINetworkPacket
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytesin interfaceINetworkPacket
-
getDescription
- Specified by:
getDescriptionin interfaceINetworkPacket
-