Class PlaySoundS2CPacket

java.lang.Object
net.minecraft.network.packet.s2c.play.PlaySoundS2CPacket
All Implemented Interfaces:
Packet<ClientPlayPacketListener>

public class PlaySoundS2CPacket
extends Object
implements Packet<ClientPlayPacketListener>
Mappings:
Namespace Name
official sf
intermediary net/minecraft/class_2767
named net/minecraft/network/packet/s2c/play/PlaySoundS2CPacket
  • Field Details

    • sound

      private SoundEvent sound
      Mappings:
      Namespace Name Mixin selector
      official a Lsf;a:Laef;
      intermediary field_12661 Lnet/minecraft/class_2767;field_12661:Lnet/minecraft/class_3414;
      named sound Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;sound:Lnet/minecraft/sound/SoundEvent;
    • category

      private SoundCategory category
      Mappings:
      Namespace Name Mixin selector
      official b Lsf;b:Laeh;
      intermediary field_12660 Lnet/minecraft/class_2767;field_12660:Lnet/minecraft/class_3419;
      named category Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;category:Lnet/minecraft/sound/SoundCategory;
    • fixedX

      private int fixedX
      Mappings:
      Namespace Name Mixin selector
      official c Lsf;c:I
      intermediary field_12659 Lnet/minecraft/class_2767;field_12659:I
      named fixedX Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;fixedX:I
    • fixedY

      private int fixedY
      Mappings:
      Namespace Name Mixin selector
      official d Lsf;d:I
      intermediary field_12658 Lnet/minecraft/class_2767;field_12658:I
      named fixedY Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;fixedY:I
    • fixedZ

      private int fixedZ
      Mappings:
      Namespace Name Mixin selector
      official e Lsf;e:I
      intermediary field_12657 Lnet/minecraft/class_2767;field_12657:I
      named fixedZ Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;fixedZ:I
    • volume

      private float volume
      Mappings:
      Namespace Name Mixin selector
      official f Lsf;f:F
      intermediary field_12656 Lnet/minecraft/class_2767;field_12656:F
      named volume Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;volume:F
    • pitch

      private float pitch
      Mappings:
      Namespace Name Mixin selector
      official g Lsf;g:F
      intermediary field_12662 Lnet/minecraft/class_2767;field_12662:F
      named pitch Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;pitch:F
  • Constructor Details

    • PlaySoundS2CPacket

      public PlaySoundS2CPacket()
    • PlaySoundS2CPacket

      public PlaySoundS2CPacket​(SoundEvent sound, SoundCategory category, double x, double y, double z, float volume, float pitch)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lsf;<init>(Laef;Laeh;DDDFF)V
      intermediary <init> Lnet/minecraft/class_2767;<init>(Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;DDDFF)V
      named <init> Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;<init>(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;DDDFF)V
  • Method Details

    • read

      public void read​(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lpa;a(Lnw;)V
      intermediary method_11053 Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
      named read Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
    • write

      public void write​(PacketByteBuf buf) throws IOException
      Specified by:
      write in interface Packet<ClientPlayPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Lpa;b(Lnw;)V
      intermediary method_11052 Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
    • getSound

      @Environment(CLIENT) public SoundEvent getSound()
      Mappings:
      Namespace Name Mixin selector
      official b Lsf;b()Laef;
      intermediary method_11894 Lnet/minecraft/class_2767;method_11894()Lnet/minecraft/class_3414;
      named getSound Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getSound()Lnet/minecraft/sound/SoundEvent;
    • getCategory

      @Environment(CLIENT) public SoundCategory getCategory()
      Mappings:
      Namespace Name Mixin selector
      official c Lsf;c()Laeh;
      intermediary method_11888 Lnet/minecraft/class_2767;method_11888()Lnet/minecraft/class_3419;
      named getCategory Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getCategory()Lnet/minecraft/sound/SoundCategory;
    • getX

      @Environment(CLIENT) public double getX()
      Mappings:
      Namespace Name Mixin selector
      official d Lsf;d()D
      intermediary method_11890 Lnet/minecraft/class_2767;method_11890()D
      named getX Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getX()D
    • getY

      @Environment(CLIENT) public double getY()
      Mappings:
      Namespace Name Mixin selector
      official e Lsf;e()D
      intermediary method_11889 Lnet/minecraft/class_2767;method_11889()D
      named getY Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getY()D
    • getZ

      @Environment(CLIENT) public double getZ()
      Mappings:
      Namespace Name Mixin selector
      official f Lsf;f()D
      intermediary method_11893 Lnet/minecraft/class_2767;method_11893()D
      named getZ Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getZ()D
    • getVolume

      @Environment(CLIENT) public float getVolume()
      Mappings:
      Namespace Name Mixin selector
      official g Lsf;g()F
      intermediary method_11891 Lnet/minecraft/class_2767;method_11891()F
      named getVolume Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getVolume()F
    • getPitch

      @Environment(CLIENT) public float getPitch()
      Mappings:
      Namespace Name Mixin selector
      official h Lsf;h()F
      intermediary method_11892 Lnet/minecraft/class_2767;method_11892()F
      named getPitch Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getPitch()F
    • apply

      public void apply​(ClientPlayPacketListener clientPlayPacketListener)
      Specified by:
      apply in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Lsf;a(Lpd;)V
      intermediary method_11895 Lnet/minecraft/class_2767;method_11895(Lnet/minecraft/class_2602;)V
      named apply Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V