Package net.minecraft.server.command
Class StopSoundCommand
java.lang.Object
net.minecraft.server.command.StopSoundCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/StopSoundCommandintermediary net/minecraft/class_3136official aop
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, @Nullable SoundCategory category, @Nullable Identifier sound) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)  
- 
Constructor Details
- 
StopSoundCommand
public StopSoundCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/StopSoundCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13681Lnet/minecraft/class_3136;method_13681(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaop;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
execute
private static int execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, @Nullable @Nullable SoundCategory category, @Nullable @Nullable Identifier sound) - Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/server/command/StopSoundCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/sound/SoundCategory;Lnet/minecraft/util/Identifier;)Iintermediary method_13685Lnet/minecraft/class_3136;method_13685(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3419;Lnet/minecraft/class_2960;)Iofficial aLaop;a(Let;Ljava/util/Collection;Lavq;Lakr;)I
 
 -