Class ParticleSpawnContext
java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.runtime.ParticleSpawnContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolor(float r, float g, float b, float a) copy()delay(int delay) lifetime(int lifetime) motion(double vx, double vy, double vz) position(double[] data) position(double x, double y, double z) rotation(float xRot, float yRot, float zRot) scale(float xScale, float yScale, float zScale)
-
Field Details
-
x
public double x -
y
public double y -
z
public double z -
vx
public double vx -
vy
public double vy -
vz
public double vz -
r
public float r -
g
public float g -
b
public float b -
a
public float a -
xRot
public float xRot -
yRot
public float yRot -
zRot
public float zRot -
xScale
public float xScale -
yScale
public float yScale -
zScale
public float zScale -
lifetime
public int lifetime -
delay
public int delay
-
-
Constructor Details
-
ParticleSpawnContext
public ParticleSpawnContext()
-
-
Method Details
-
position
-
position
-
motion
-
color
-
rotation
-
scale
-
lifetime
-
delay
-
copy
-