Package net.minecraft.server.command
Class PlaySoundCommand
java.lang.Object
net.minecraft.server.command.PlaySoundCommand
- Mappings:
Namespace Name official reintermediary net/minecraft/class_1593named net/minecraft/server/command/PlaySoundCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intmethod_20896(class_3915 class_3915, Collection<ServerPlayerEntity> collection, Identifier identifier, SoundCategory soundCategory, Vec3d vec3d, float float2, float float3, float float4) static voidmethod_20897(com.mojang.brigadier.CommandDispatcher<class_3915> commandDispatcher) private static com.mojang.brigadier.builder.LiteralArgumentBuilder<class_3915>method_20898(SoundCategory soundCategory)
-
Field Details
-
field_21766
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType field_21766- Mappings:
Namespace Name Mixin selector official aLre;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_21766Lnet/minecraft/class_1593;field_21766:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named field_21766Lnet/minecraft/server/command/PlaySoundCommand;field_21766:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
PlaySoundCommand
public PlaySoundCommand()
-
-
Method Details
-
method_20897
public static void method_20897(com.mojang.brigadier.CommandDispatcher<class_3915> commandDispatcher) - Mappings:
Namespace Name Mixin selector official aLre;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_20897Lnet/minecraft/class_1593;method_20897(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed method_20897Lnet/minecraft/server/command/PlaySoundCommand;method_20897(Lcom/mojang/brigadier/CommandDispatcher;)V
-
method_20898
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<class_3915> method_20898(SoundCategory soundCategory) - Mappings:
Namespace Name Mixin selector official aLre;a(Lwk;)Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;intermediary method_20898Lnet/minecraft/class_1593;method_20898(Lnet/minecraft/class_2153;)Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;named method_20898Lnet/minecraft/server/command/PlaySoundCommand;method_20898(Lnet/minecraft/client/sound/SoundCategory;)Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;
-
method_20896
private static int method_20896(class_3915 class_3915, Collection<ServerPlayerEntity> collection, Identifier identifier, SoundCategory soundCategory, Vec3d vec3d, float float2, float float3, float float4) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLre;a(Lbu;Ljava/util/Collection;Lpc;Lwk;Lcee;FFF)Iintermediary method_20896Lnet/minecraft/class_1593;method_20896(Lnet/minecraft/class_3915;Ljava/util/Collection;Lnet/minecraft/class_1653;Lnet/minecraft/class_2153;Lnet/minecraft/class_236;FFF)Inamed method_20896Lnet/minecraft/server/command/PlaySoundCommand;method_20896(Lnet/minecraft/class_3915;Ljava/util/Collection;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/sound/SoundCategory;Lnet/minecraft/util/math/Vec3d;FFF)I
-