net.minecraft.server.commands

public class PlaySoundCommand

apb
net.minecraft.server.commands.PlaySoundCommand
net.minecraft.class_3091
net.minecraft.server.command.PlaySoundCommand
net.minecraft.server.commands.CommandPlaySound

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
a
ERROR_TOO_FAR
field_13678
FAILED_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ew> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13500(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>
a(axg arg0)
source(SoundSource arg0)
method_13497(class_3419 arg0)
makeArgumentsForCategory(SoundCategory category)
private static Collection<ServerPlayer>
a(asi arg0)
getCallingPlayerAsCollection(ServerPlayer arg0)
method_57111(class_3222 arg0)
toList(ServerPlayerEntity player)
private static int
a(ew arg0, Collection<asi> arg1, alz arg2, axg arg3, fby arg4, float arg5, float arg6, float arg7)
playSound(CommandSourceStack arg0, Collection<ServerPlayer> arg1, ResourceLocation arg2, SoundSource arg3, Vec3 arg4, float arg5, float arg6, float arg7)
method_13504(class_2168 arg0, Collection<class_3222> arg1, class_2960 arg2, class_3419 arg3, class_243 arg4, float arg5, float arg6, float arg7)
execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch, float minVolume)