java.lang.Object
team.lodestar.lodestone.modules.rendering.particle.old_particle_system.data.color.ColorParticleData
All Implemented Interfaces:
ColorParticleDataWrapper

public class ColorParticleData extends Object implements ColorParticleDataWrapper
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<ColorParticleData> CODEC
    • r1

      protected final float r1
    • g1

      protected final float g1
    • b1

      protected final float b1
    • r2

      protected final float r2
    • g2

      protected final float g2
    • b2

      protected final float b2
    • startingColor

      protected final Color startingColor
    • endingColor

      protected final Color endingColor
    • colorCoefficient

      protected final float colorCoefficient
    • colorCurve

      protected final Easing colorCurve
    • coefficientMultiplier

      protected float coefficientMultiplier
    • locked

      protected boolean locked
  • Constructor Details

    • ColorParticleData

      protected ColorParticleData(float r1, float g1, float b1, float r2, float g2, float b2, float colorCoefficient, Easing colorCurve, float coefficientMultiplier)
    • ColorParticleData

      protected ColorParticleData(float r1, float g1, float b1, float r2, float g2, float b2, float colorCoefficient, Easing colorCurve)
  • Method Details