public class StopSoundCommand
extends java.lang.Object
| Constructor and Description |
|---|
StopSoundCommand() |
| Modifier and Type | Method and Description |
|---|---|
static void |
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
private static int |
stopSound(CommandSource source,
java.util.Collection<ServerPlayerEntity> targets,
SoundCategory category,
ResourceLocation soundIn) |
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int stopSound(CommandSource source, java.util.Collection<ServerPlayerEntity> targets, @Nullable SoundCategory category, @Nullable ResourceLocation soundIn)