Interface SoundPacketView

All Superinterfaces:
PacketView

public interface SoundPacketView extends PacketView
Lazy copy-on-write view of a positional clientbound sound.
  • Method Details

    • sound

      NativeValue sound()
    • category

      NativeValue category()
    • x

      double x()
    • y

      double y()
    • z

      double z()
    • volume

      float volume()
    • pitch

      float pitch()
    • seed

      long seed()
    • position

      void position(double x, double y, double z)
    • volume

      void volume(float volume)
    • pitch

      void pitch(float pitch)