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 sfintermediary net/minecraft/class_2767named net/minecraft/network/packet/s2c/play/PlaySoundS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private SoundCategorycategoryprivate intfixedXprivate intfixedYprivate intfixedZprivate floatpitchprivate SoundEventsoundprivate floatvolume -
Constructor Summary
Constructors Constructor Description PlaySoundS2CPacket()PlaySoundS2CPacket(SoundEvent sound, SoundCategory category, double x, double y, double z, float volume, float pitch) -
Method Summary
Modifier and Type Method Description voidapply(ClientPlayPacketListener clientPlayPacketListener)SoundCategorygetCategory()floatgetPitch()SoundEventgetSound()floatgetVolume()doublegetX()doublegetY()doublegetZ()voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
sound
- Mappings:
Namespace Name Mixin selector official aLsf;a:Laef;intermediary field_12661Lnet/minecraft/class_2767;field_12661:Lnet/minecraft/class_3414;named soundLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;sound:Lnet/minecraft/sound/SoundEvent;
-
category
- Mappings:
Namespace Name Mixin selector official bLsf;b:Laeh;intermediary field_12660Lnet/minecraft/class_2767;field_12660:Lnet/minecraft/class_3419;named categoryLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;category:Lnet/minecraft/sound/SoundCategory;
-
fixedX
private int fixedX- Mappings:
Namespace Name Mixin selector official cLsf;c:Iintermediary field_12659Lnet/minecraft/class_2767;field_12659:Inamed fixedXLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;fixedX:I
-
fixedY
private int fixedY- Mappings:
Namespace Name Mixin selector official dLsf;d:Iintermediary field_12658Lnet/minecraft/class_2767;field_12658:Inamed fixedYLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;fixedY:I
-
fixedZ
private int fixedZ- Mappings:
Namespace Name Mixin selector official eLsf;e:Iintermediary field_12657Lnet/minecraft/class_2767;field_12657:Inamed fixedZLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;fixedZ:I
-
volume
private float volume- Mappings:
Namespace Name Mixin selector official fLsf;f:Fintermediary field_12656Lnet/minecraft/class_2767;field_12656:Fnamed volumeLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;volume:F
-
pitch
private float pitch- Mappings:
Namespace Name Mixin selector official gLsf;g:Fintermediary field_12662Lnet/minecraft/class_2767;field_12662:Fnamed pitchLnet/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)Vintermediary <init>Lnet/minecraft/class_2767;<init>(Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;DDDFF)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;<init>(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;DDDFF)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLpa;a(Lnw;)Vintermediary method_11053Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLpa;b(Lnw;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getSound
- Mappings:
Namespace Name Mixin selector official bLsf;b()Laef;intermediary method_11894Lnet/minecraft/class_2767;method_11894()Lnet/minecraft/class_3414;named getSoundLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getSound()Lnet/minecraft/sound/SoundEvent;
-
getCategory
- Mappings:
Namespace Name Mixin selector official cLsf;c()Laeh;intermediary method_11888Lnet/minecraft/class_2767;method_11888()Lnet/minecraft/class_3419;named getCategoryLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getCategory()Lnet/minecraft/sound/SoundCategory;
-
getX
- Mappings:
Namespace Name Mixin selector official dLsf;d()Dintermediary method_11890Lnet/minecraft/class_2767;method_11890()Dnamed getXLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getX()D
-
getY
- Mappings:
Namespace Name Mixin selector official eLsf;e()Dintermediary method_11889Lnet/minecraft/class_2767;method_11889()Dnamed getYLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getY()D
-
getZ
- Mappings:
Namespace Name Mixin selector official fLsf;f()Dintermediary method_11893Lnet/minecraft/class_2767;method_11893()Dnamed getZLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getZ()D
-
getVolume
- Mappings:
Namespace Name Mixin selector official gLsf;g()Fintermediary method_11891Lnet/minecraft/class_2767;method_11891()Fnamed getVolumeLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getVolume()F
-
getPitch
- Mappings:
Namespace Name Mixin selector official hLsf;h()Fintermediary method_11892Lnet/minecraft/class_2767;method_11892()Fnamed getPitchLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;getPitch()F
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLsf;a(Lpd;)Vintermediary method_11895Lnet/minecraft/class_2767;method_11895(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/PlaySoundS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-