Class WhiteSmokeFX

Direct Known Subclasses:
WhiteCloudFX

@Environment(CLIENT) public class WhiteSmokeFX extends EntityFX
  • Field Details

    • smokeParticleScale

      protected float smokeParticleScale
  • Constructor Details

    • WhiteSmokeFX

      public WhiteSmokeFX(World world, double fXPos, double fYPos, double fZPos, double fXVel, double fYVel, double fZVel)
  • Method Details

    • renderParticle

      public void renderParticle(Tessellator tessellator, float fPartialTicks, float par3, float par4, float par5, float par6, float par7)
      Overrides:
      renderParticle in class EntityFX
    • onUpdate

      public void onUpdate()
      Description copied from class: EntityFX
      Called to update the entity's position/logic.
      Overrides:
      onUpdate in class EntityFX