-
Method Summary
nullable to allow for randomly colored particles without being complicated
void
void
Methods inherited from interface hm.zelha.particlesfx.particles.parents.IParticle
display, displayForPlayers, displayForPlayers, getCount, getOffsetX, getOffsetY, getOffsetZ, getRadius, getSpeed, setCount, setOffset, setOffsetX, setOffsetY, setOffsetZ, setRadius, setSpeed
-
Method Details
-
inherit
- Specified by:
inherit in interface IParticle
- Parameters:
particle - particle for this object to copy data from
- Returns:
- this object
-
-
setColor
void setColor(@Nullable
Color color)
- Parameters:
color - color to set, null if you want random coloring
-
setColor
void setColor(int red,
int green,
int blue)
-
getColor
@Nullable
Color getColor()
nullable to allow for randomly colored particles without being complicated
- Returns:
- color this particle is using