Class ClientboundSoundEntityPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundSoundEntityPacket
- All Implemented Interfaces:
 Packet<ClientGamePacketListener>
public class ClientboundSoundEntityPacket
extends Object
implements Packet<ClientGamePacketListener>
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final floatprivate final longprivate final Holder<SoundEvent>private final SoundSourceprivate final float - 
Constructor Summary
ConstructorsConstructorDescriptionClientboundSoundEntityPacket(Holder<SoundEvent> p_263513_, SoundSource p_263511_, Entity p_263496_, float p_263519_, float p_263523_, long p_263532_) ClientboundSoundEntityPacket(FriendlyByteBuf p_179419_)  - 
Method Summary
Modifier and TypeMethodDescriptionintgetId()floatgetPitch()longgetSeed()getSound()floatvoidhandle(ClientGamePacketListener p_133425_) voidwrite(FriendlyByteBuf p_133428_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, nextProtocol 
- 
Field Details
- 
sound
 - 
source
 - 
id
private final int id - 
volume
private final float volume - 
pitch
private final float pitch - 
seed
private final long seed 
 - 
 - 
Constructor Details
- 
ClientboundSoundEntityPacket
public ClientboundSoundEntityPacket(Holder<SoundEvent> p_263513_, SoundSource p_263511_, Entity p_263496_, float p_263519_, float p_263523_, long p_263532_)  - 
ClientboundSoundEntityPacket
 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfacePacket<ClientGamePacketListener>
 - 
getSound
 - 
getSource
 - 
getId
public int getId() - 
getVolume
public float getVolume() - 
getPitch
public float getPitch() - 
getSeed
public long getSeed() - 
handle
- Specified by:
 handlein interfacePacket<ClientGamePacketListener>
 
 -