Package net.minecraft.server.command
Class PlaySoundCommand
java.lang.Object
net.minecraft.server.command.PlaySoundCommand
- Mappings:
Namespace Name official aht
intermediary net/minecraft/class_3091
named net/minecraft/server/command/PlaySoundCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch, float minVolume) private static com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource>
makeArgumentsForCategory
(SoundCategory category) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Laht;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13678
Lnet/minecraft/class_3091;field_13678:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named FAILED_EXCEPTION
Lnet/minecraft/server/command/PlaySoundCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
PlaySoundCommand
public PlaySoundCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Laht;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13500
Lnet/minecraft/class_3091;method_13500(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/PlaySoundCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
makeArgumentsForCategory
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource> makeArgumentsForCategory(SoundCategory category) - Mappings:
Namespace Name Mixin selector official a
Laht;a(Lape;)Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;
intermediary method_13497
Lnet/minecraft/class_3091;method_13497(Lnet/minecraft/class_3419;)Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;
named makeArgumentsForCategory
Lnet/minecraft/server/command/PlaySoundCommand;makeArgumentsForCategory(Lnet/minecraft/sound/SoundCategory;)Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;
-
execute
private static int execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch, float minVolume) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Laht;a(Ldt;Ljava/util/Collection;Laew;Lape;Lehn;FFF)I
intermediary method_13504
Lnet/minecraft/class_3091;method_13504(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2960;Lnet/minecraft/class_3419;Lnet/minecraft/class_243;FFF)I
named execute
Lnet/minecraft/server/command/PlaySoundCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/util/Identifier;Lnet/minecraft/sound/SoundCategory;Lnet/minecraft/util/math/Vec3d;FFF)I
-