Class ClientboundStopSoundPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundStopSoundPacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static int
private static int
private ResourceLocation
private SoundSource
-
Constructor Summary
ConstructorDescriptionClientboundStopSoundPacket(FriendlyByteBuf p_179426_)
ClientboundStopSoundPacket(ResourceLocation p_133468_, SoundSource p_133469_)
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
handle(ClientGamePacketListener p_133475_)
void
write(FriendlyByteBuf p_133478_)
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.protocol.Packet
isSkippable
-
Field Details
-
HAS_SOURCE
private static final int HAS_SOURCE- See Also:
- Constant Field Values
-
HAS_SOUND
private static final int HAS_SOUND- See Also:
- Constant Field Values
-
name
-
source
-
-
Constructor Details
-
ClientboundStopSoundPacket
public ClientboundStopSoundPacket(@Nullable ResourceLocation p_133468_, @Nullable SoundSource p_133469_) -
ClientboundStopSoundPacket
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientGamePacketListener>
-
getName
-
getSource
-
handle
- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-