Class ClientboundStopSoundPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundStopSoundPacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate final ResourceLocationprivate final SoundSource
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundStopSoundPacket(FriendlyByteBuf p_179426_) ClientboundStopSoundPacket(ResourceLocation p_133468_, SoundSource p_133469_) 
- 
Method SummaryModifier and TypeMethodDescriptiongetName()voidhandle(ClientGamePacketListener p_133475_) voidwrite(FriendlyByteBuf p_133478_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
HAS_SOURCEprivate static final int HAS_SOURCE- See Also:
 
- 
HAS_SOUNDprivate static final int HAS_SOUND- See Also:
 
- 
name
- 
source
 
- 
- 
Constructor Details- 
ClientboundStopSoundPacketpublic ClientboundStopSoundPacket(@Nullable ResourceLocation p_133468_, @Nullable SoundSource p_133469_) 
- 
ClientboundStopSoundPacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
getName
- 
getSource
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
 
-