Package zombie.network.packets
Class StopSoundPacket
java.lang.Object
zombie.network.packets.StopSoundPacket
- All Implemented Interfaces:
INetworkPacket
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
parse
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
process()
void
set
(IsoMovingObject movingObject, String string, boolean boolean1) 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
isConsistent, log
-
Constructor Details
-
StopSoundPacket
public StopSoundPacket()
-
-
Method Details
-
set
-
process
public void process() -
parse
- Specified by:
parse
in interfaceINetworkPacket
-
write
- Specified by:
write
in interfaceINetworkPacket
-
getPacketSizeBytes
public int getPacketSizeBytes()- Specified by:
getPacketSizeBytes
in interfaceINetworkPacket
-
getDescription
- Specified by:
getDescription
in interfaceINetworkPacket
-