Uses of Interface
net.minecraft.sound.SoundSequencer
Packages that use SoundSequencer
-
Uses of SoundSequencer in net.minecraft.client.world
Method parameters in net.minecraft.client.world with type arguments of type SoundSequencerModifier and TypeMethodDescriptionvoidClientWorld.playSoundSequence(double x, double y, double z, Consumer<SoundSequencer> sequencerConsumer) -
Uses of SoundSequencer in net.minecraft.server.world
Method parameters in net.minecraft.server.world with type arguments of type SoundSequencerModifier and TypeMethodDescriptionvoidServerWorld.playSoundSequence(double x, double y, double z, Consumer<SoundSequencer> sequencerConsumer) -
Uses of SoundSequencer in net.minecraft.world
Method parameters in net.minecraft.world with type arguments of type SoundSequencerModifier and TypeMethodDescriptionabstract voidWorld.playSoundSequence(double x, double y, double z, Consumer<SoundSequencer> sequencerConsumer)