Package net.minecraft.server.commands
Class StopSoundCommand
java.lang.Object
net.minecraft.server.commands.StopSoundCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_138795_) private static intstopSound(CommandSourceStack p_138801_, Collection<ServerPlayer> p_138802_, SoundSource p_138803_, ResourceLocation p_138804_) 
- 
Constructor Details- 
StopSoundCommandpublic StopSoundCommand()
 
- 
- 
Method Details- 
register
- 
stopSoundprivate static int stopSound(CommandSourceStack p_138801_, Collection<ServerPlayer> p_138802_, @Nullable SoundSource p_138803_, @Nullable ResourceLocation p_138804_) 
 
-