Package net.minecraft.command.impl
Class StopSoundCommand
- java.lang.Object
-
- net.minecraft.command.impl.StopSoundCommand
-
public class StopSoundCommand extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StopSoundCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198730_0_)
private static int
stopSound(CommandSource p_198733_0_, java.util.Collection<ServerPlayerEntity> p_198733_1_, SoundCategory p_198733_2_, ResourceLocation p_198733_3_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198730_0_)
-
stopSound
private static int stopSound(CommandSource p_198733_0_, java.util.Collection<ServerPlayerEntity> p_198733_1_, @Nullable SoundCategory p_198733_2_, @Nullable ResourceLocation p_198733_3_)
-
-