Class PlayWorldSoundPacket

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

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

    Constructors
    Constructor Description
    PlayWorldSoundPacket()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()  
    java.lang.String getName()  
    int getPacketSizeBytes()  
    int getX()  
    int getY()  
    boolean isConsistent()  
    void parse​(java.nio.ByteBuffer byteBuffer)  
    void process()  
    void set​(java.lang.String string, int int1, int int2, byte byte1)  
    void write​(ByteBufferWriter byteBufferWriter)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlayWorldSoundPacket

      public PlayWorldSoundPacket()
  • Method Details

    • set

      public void set​(java.lang.String string, int int1, int int2, byte byte1)
    • process

      public void process()
    • getName

      public java.lang.String getName()
    • getX

      public int getX()
    • getY

      public int getY()
    • parse

      public void parse​(java.nio.ByteBuffer byteBuffer)
      Specified by:
      parse in interface INetworkPacket
    • write

      public void write​(ByteBufferWriter byteBufferWriter)
      Specified by:
      write in interface INetworkPacket
    • isConsistent

      public boolean isConsistent()
      Specified by:
      isConsistent in interface INetworkPacket
    • getPacketSizeBytes

      public int getPacketSizeBytes()
      Specified by:
      getPacketSizeBytes in interface INetworkPacket
    • getDescription

      public java.lang.String getDescription()
      Specified by:
      getDescription in interface INetworkPacket