net.minecraft.server.command

public class ParticleCommand

ss
net.minecraft.class_3089
net.minecraft.server.command.ParticleCommand
net.minecraft.command.impl.ParticleCommand
net.minecraft.command.impl.ParticleCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
field_13673
NOTHING_HAPPENED_EXCEPTION
field_198569_a
field_198569_a

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<cd> arg0)
method_13486(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198563_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(cd arg0, gd arg1, crv arg2, crv arg3, float arg4, int arg5, boolean arg6, Collection<vh> arg7)
method_13491(class_2168 arg0, class_2394 arg1, class_243 arg2, class_243 arg3, float arg4, int arg5, boolean arg6, Collection<class_3222> arg7)
addParticles(CommandSourceStack source, ParticleOptions options, Vec3d pos, Vec3d velocity, float velocityScale, int count, boolean ignoreDistance, Collection<ServerPlayerEntity> targets)
func_198564_a(CommandSource arg0, IParticleData arg1, Vec3d arg2, Vec3d arg3, float arg4, int arg5, boolean arg6, Collection<ServerPlayerEntity> arg7)
spawnParticle(CommandSource source, IParticleData particleData, Vec3d pos, Vec3d delta, float speed, int count, boolean force, Collection<ServerPlayerEntity> viewers)