public class ParticleCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
FAILED_EXCEPTION |
Constructor and Description |
---|
ParticleCommand() |
Modifier and Type | Method and Description |
---|---|
static void |
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher) |
private static int |
spawnParticle(CommandSource source,
IParticleData particleData,
Vec3d pos,
Vec3d delta,
float speed,
int count,
boolean force,
java.util.Collection<ServerPlayerEntity> viewers) |
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int spawnParticle(CommandSource source, IParticleData particleData, Vec3d pos, Vec3d delta, float speed, int count, boolean force, java.util.Collection<ServerPlayerEntity> viewers) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException