net.minecraft.server.commands

public class PlaySoundCommand

xr
net.minecraft.server.commands.PlaySoundCommand
net.minecraft.class_3091
net.minecraft.server.command.PlaySoundCommand
net.minecraft.command.impl.PlaySoundCommand
net.minecraft.server.v1_16_R3.CommandPlaySound

Field summary

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

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<db> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13500(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
func_198572_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<CommandSourceStack>
a(adr arg0)
source(SoundSource arg0)
method_13497(class_3419 arg0)
makeArgumentsForCategory(SoundCategory category)
func_198577_a(SoundCategory arg0)
private static int
a(db arg0, Collection<aah> arg1, vk arg2, adr arg3, dcn 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)
func_198573_a(CommandSource arg0, Collection<ServerPlayerEntity> arg1, ResourceLocation arg2, SoundCategory arg3, Vector3d arg4, float arg5, float arg6, float arg7)