Package net.minecraft.server.command
Class StopSoundCommand
java.lang.Object
net.minecraft.server.command.StopSoundCommand
- Mappings:
- Namespace - Name - official - agi- intermediary - net/minecraft/class_3136- named - net/minecraft/server/command/StopSoundCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
StopSoundCommandpublic StopSoundCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Lagi;a(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13681- Lnet/minecraft/class_3136;method_13681(Lcom/mojang/brigadier/CommandDispatcher;)V- named - register- Lnet/minecraft/server/command/StopSoundCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
executeprivate static int execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, @Nullable @Nullable SoundCategory category, @Nullable @Nullable Identifier sound) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lagi;a(Lds;Ljava/util/Collection;Lami;Lacq;)I- intermediary - method_13685- Lnet/minecraft/class_3136;method_13685(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_3419;Lnet/minecraft/class_2960;)I- named - execute- Lnet/minecraft/server/command/StopSoundCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/sound/SoundCategory;Lnet/minecraft/util/Identifier;)I
 
 
-