类 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 pLevel, double pX, double pY, double pZ, SpriteSet pSprites, float pGravity)
  • 方法详细资料

    • setColor

      public void setColor(int pColor)
    • setFadeColor

      public void setFadeColor(int pRgb)
    • getRenderType

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

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

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