Class PlaySoundPacket

All Implemented Interfaces:
Cloneable

public class PlaySoundPacket extends DataPacket
  • Field Details

    • NETWORK_ID

      public static final byte NETWORK_ID
      See Also:
    • name

      public String name
    • x

      public int x
    • y

      public int y
    • z

      public int z
    • volume

      public float volume
    • pitch

      public float pitch
  • Constructor Details

    • PlaySoundPacket

      public PlaySoundPacket()
  • Method Details