net.minecraft.server.command

public class StopSoundCommand

net.minecraft.server.commands.StopSoundCommand
net.minecraft.server.commands.StopSoundCommand
net.minecraft.class_3136
net.minecraft.server.command.StopSoundCommand

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_13681(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
stopSound(CommandSourceStack source, Collection<ServerPlayer> targets, SoundSource soundSource, Identifier sound)
stopSound(CommandSourceStack source, Collection<ServerPlayer> targets, SoundSource soundSource, Identifier sound)
method_13685(class_2168 arg0, Collection<class_3222> arg1, class_3419 arg2, class_2960 arg3)
execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, SoundCategory category, Identifier sound)