Class PlaySoundFromEntityS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.PlaySoundFromEntityS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class PlaySoundFromEntityS2CPacket extends Object implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official se
intermediary net/minecraft/class_2765
named net/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket
-
Field Summary
Fields Modifier and Type Field Description private SoundCategory
category
private int
entityId
private float
pitch
private SoundEvent
sound
private float
volume
-
Constructor Summary
Constructors Constructor Description PlaySoundFromEntityS2CPacket()
PlaySoundFromEntityS2CPacket(SoundEvent sound, SoundCategory category, Entity entity, float volume, float pitch)
-
Method Summary
Modifier and Type Method Description void
apply(ClientPlayPacketListener clientPlayPacketListener)
SoundCategory
getCategory()
int
getEntityId()
float
getPitch()
SoundEvent
getSound()
float
getVolume()
void
read(PacketByteBuf buf)
void
write(PacketByteBuf buf)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
sound
- Mappings:
Namespace Name Mixin selector official a
Lse;a:Laef;
intermediary field_12642
Lnet/minecraft/class_2765;field_12642:Lnet/minecraft/class_3414;
named sound
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;sound:Lnet/minecraft/sound/SoundEvent;
-
category
- Mappings:
Namespace Name Mixin selector official b
Lse;b:Laeh;
intermediary field_12641
Lnet/minecraft/class_2765;field_12641:Lnet/minecraft/class_3419;
named category
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;category:Lnet/minecraft/sound/SoundCategory;
-
entityId
private int entityId- Mappings:
Namespace Name Mixin selector official c
Lse;c:I
intermediary field_12640
Lnet/minecraft/class_2765;field_12640:I
named entityId
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;entityId:I
-
volume
private float volume- Mappings:
Namespace Name Mixin selector official d
Lse;d:F
intermediary field_12639
Lnet/minecraft/class_2765;field_12639:F
named volume
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;volume:F
-
pitch
private float pitch- Mappings:
Namespace Name Mixin selector official e
Lse;e:F
intermediary field_12638
Lnet/minecraft/class_2765;field_12638:F
named pitch
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;pitch:F
-
-
Constructor Details
-
PlaySoundFromEntityS2CPacket
public PlaySoundFromEntityS2CPacket() -
PlaySoundFromEntityS2CPacket
public PlaySoundFromEntityS2CPacket(SoundEvent sound, SoundCategory category, Entity entity, float volume, float pitch)- Mappings:
Namespace Name Mixin selector official <init>
Lse;<init>(Laef;Laeh;Laqv;FF)V
intermediary <init>
Lnet/minecraft/class_2765;<init>(Lnet/minecraft/class_3414;Lnet/minecraft/class_3419;Lnet/minecraft/class_1297;FF)V
named <init>
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;<init>(Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundCategory;Lnet/minecraft/entity/Entity;FF)V
-
-
Method Details
-
read
- Specified by:
read
in interfacePacket<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
- Specified by:
write
in interfacePacket<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
- Mappings:
Namespace Name Mixin selector official b
Lse;b()Laef;
intermediary method_11882
Lnet/minecraft/class_2765;method_11882()Lnet/minecraft/class_3414;
named getSound
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;getSound()Lnet/minecraft/sound/SoundEvent;
-
getCategory
- Mappings:
Namespace Name Mixin selector official c
Lse;c()Laeh;
intermediary method_11881
Lnet/minecraft/class_2765;method_11881()Lnet/minecraft/class_3419;
named getCategory
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;getCategory()Lnet/minecraft/sound/SoundCategory;
-
getEntityId
- Mappings:
Namespace Name Mixin selector official d
Lse;d()I
intermediary method_11883
Lnet/minecraft/class_2765;method_11883()I
named getEntityId
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;getEntityId()I
-
getVolume
- Mappings:
Namespace Name Mixin selector official e
Lse;e()F
intermediary method_11885
Lnet/minecraft/class_2765;method_11885()F
named getVolume
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;getVolume()F
-
getPitch
- Mappings:
Namespace Name Mixin selector official f
Lse;f()F
intermediary method_11880
Lnet/minecraft/class_2765;method_11880()F
named getPitch
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;getPitch()F
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lse;a(Lpd;)V
intermediary method_11884
Lnet/minecraft/class_2765;method_11884(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/PlaySoundFromEntityS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-