Package net.minecraft.server.command
Class StopSoundCommand
java.lang.Object
net.minecraft.server.command.StopSoundCommand
- Mappings:
Namespace Name official air
intermediary net/minecraft/class_3136
named net/minecraft/server/command/StopSoundCommand
-
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 official a
Lair;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
-
execute
private static int execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, @Nullable @Nullable SoundCategory category, @Nullable @Nullable Identifier sound) - Mappings:
Namespace Name Mixin selector official a
Lair;a(Ldt;Ljava/util/Collection;Lape;Laew;)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
-