类 SimpleAnimatedParticle

直接已知子类:
EndRodParticle, FireworkParticles.SparkParticle, SquidInkParticle, TotemParticle

public class SimpleAnimatedParticle extends TextureSheetParticle
  • 字段详细资料

    • sprites

      protected final SpriteSet sprites
    • fadeR

      private float fadeR
    • fadeG

      private float fadeG
    • fadeB

      private float fadeB
    • hasFade

      private boolean hasFade
  • 构造器详细资料

    • SimpleAnimatedParticle

      protected SimpleAnimatedParticle(ClientLevel p_107647_, double p_107648_, double p_107649_, double p_107650_, SpriteSet p_107651_, float p_107652_)
  • 方法详细资料

    • setColor

      public void setColor(int p_107658_)
    • setFadeColor

      public void setFadeColor(int p_107660_)
    • getRenderType

      public ParticleRenderType getRenderType()
      指定者:
      getRenderType 在类中 Particle
    • tick

      public void tick()
      覆盖:
      tick 在类中 Particle
    • getLightColor

      public int getLightColor(float p_107655_)
      覆盖:
      getLightColor 在类中 Particle