Class StopSoundCommand
java.lang.Object
net.minecraft.server.commands.StopSoundCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher) private static intstopSound(CommandSourceStack source, Collection<ServerPlayer> targets, @Nullable SoundSource soundSource, @Nullable Identifier sound)
-
Constructor Details
-
StopSoundCommand
public StopSoundCommand()
-
-
Method Details
-
register
-
stopSound
private static int stopSound(CommandSourceStack source, Collection<ServerPlayer> targets, @Nullable SoundSource soundSource, @Nullable Identifier sound)
-