Class StopSoundPacket

java.lang.Object
zombie.network.packets.StopSoundPacket
All Implemented Interfaces:
INetworkPacket

public class StopSoundPacket
extends java.lang.Object
implements INetworkPacket
  • Constructor Summary

    Constructors
    Constructor Description
    StopSoundPacket()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()  
    int getPacketSizeBytes()  
    void parse​(java.nio.ByteBuffer byteBuffer)  
    void process()  
    void set​(IsoMovingObject movingObject, java.lang.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
  • Constructor Details

    • StopSoundPacket

      public StopSoundPacket()
  • Method Details