Uses of Class
net.minecraft.network.packet.s2c.play.SoundSequenceS2CPacket
Packages that use SoundSequenceS2CPacket
Package
Description
-
Uses of SoundSequenceS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type SoundSequenceS2CPacketModifier and TypeMethodDescriptionvoidClientPlayNetworkHandler.onSoundSequence(SoundSequenceS2CPacket packet) -
Uses of SoundSequenceS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type SoundSequenceS2CPacketModifier and TypeMethodDescriptionvoidClientPlayPacketListener.onSoundSequence(SoundSequenceS2CPacket packet) -
Uses of SoundSequenceS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type SoundSequenceS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<SoundSequenceS2CPacket> PlayPackets.SOUND_SEQUENCE -
Uses of SoundSequenceS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type SoundSequenceS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf, SoundSequenceS2CPacket> SoundSequenceS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type SoundSequenceS2CPacket