Package net.minecraft.server.command
Class StopSoundCommand
java.lang.Object
net.minecraft.server.command.StopSoundCommand
- Mappings:
Namespace Name named net/minecraft/server/command/StopSoundCommand
intermediary net/minecraft/class_3136
official apd
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, @Nullable SoundCategory category, @Nullable Identifier sound) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
StopSoundCommand
public StopSoundCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/server/command/StopSoundCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13681
Lnet/minecraft/class_3136;method_13681(Lcom/mojang/brigadier/CommandDispatcher;)V
official a
Lapd;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 execute
Lnet/minecraft/server/command/StopSoundCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/sound/SoundCategory;Lnet/minecraft/util/Identifier;)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
official a
Lapd;a(Lep;Ljava/util/Collection;Lawb;Lalf;)I
-