Class PlaySoundCommand

java.lang.Object
net.minecraft.server.command.PlaySoundCommand

public class PlaySoundCommand extends Object
Mappings:
Namespace Name
official aex
intermediary net/minecraft/class_3091
named net/minecraft/server/command/PlaySoundCommand
  • Field Details

    • FAILED_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Laex;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

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Laex;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 Laex;a(Lalp;)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 Laex;a(Ldn;Ljava/util/Collection;Lacf;Lalp;Leae;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