Interface SoundEntityPacketView

All Superinterfaces:
PacketView

public interface SoundEntityPacketView extends PacketView
Lazy copy-on-write view of a clientbound entity-attached sound packet.
  • Method Details

    • sound

      NativeSound sound()
    • source

    • entityId

      int entityId()
    • volume

      float volume()
    • pitch

      float pitch()
    • seed

      long seed()
    • sound

      void sound(NativeSound sound)
    • source

      void source(NativeSoundSource source)
    • entityId

      void entityId(int entityId)
    • volume

      void volume(float volume)
    • pitch

      void pitch(float pitch)
    • seed

      void seed(long seed)