net.minecraft.server.command

public class PlaySoundCommand

re
net.minecraft.class_1593
net.minecraft.server.command.PlaySoundCommand
net.minecraft.command.impl.PlaySoundCommand
net.minecraft.command.impl.PlaySoundCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
field_21766
TOO_FAR_AWAY_EXCEPTION
field_198579_a
FAILED_EXCEPTION

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
method_20897(com.mojang.brigadier.CommandDispatcher<class_3915> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198572_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static LiteralArgumentBuilder<CommandSourceStack>
a(wk arg0)
method_20898(class_2153 arg0)
forCategory(SoundCategory category)
func_198577_a(SoundCategory arg0)
buildCategorySubcommand(SoundCategory category)
private static int
a(bu arg0, Collection<tf> arg1, pc arg2, wk arg3, cee arg4, float arg5, float arg6, float arg7)
method_20896(class_3915 arg0, Collection<class_798> arg1, class_1653 arg2, class_2153 arg3, class_236 arg4, float arg5, float arg6, float arg7)
playSound(CommandSourceStack source, Collection<ServerPlayerEntity> targets, Identifier sound, SoundCategory category, Vec3d pos, float volume, float pitch, float minVolume)
func_198573_a(CommandSource arg0, Collection<EntityPlayerMP> arg1, ResourceLocation arg2, SoundCategory arg3, Vec3d arg4, float arg5, float arg6, float arg7)
playSound(CommandSource source, Collection<EntityPlayerMP> targets, ResourceLocation soundIn, SoundCategory category, Vec3d pos, float volume, float pitch, float minVolume)