Class ClientboundStopSoundPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundStopSoundPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate final @Nullable Identifierprivate final @Nullable SoundSourcestatic final StreamCodec<FriendlyByteBuf, ClientboundStopSoundPacket> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateClientboundStopSoundPacket(@Nullable Identifier name, @Nullable SoundSource source) -
Method Summary
Modifier and TypeMethodDescription@Nullable IdentifiergetName()@Nullable SoundSourcevoidhandle(ClientGamePacketListener listener) type()private voidwrite(FriendlyByteBuf output) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Packet
isSkippable, isTerminal
-
Field Details
-
STREAM_CODEC
-
HAS_SOURCE
private static final int HAS_SOURCE- See Also:
-
HAS_SOUND
private static final int HAS_SOUND- See Also:
-
name
-
source
-
-
Constructor Details
-
ClientboundStopSoundPacket
-
ClientboundStopSoundPacket
-
-
Method Details
-
write
-
type
- Specified by:
typein interfacePacket<ClientGamePacketListener>
-
handle
- Specified by:
handlein interfacePacket<ClientGamePacketListener>
-
getName
-
getSource
-