Class WhiteCloudFX


@Environment(CLIENT) public class WhiteCloudFX extends WhiteSmokeFX
This is a version of white smoke that doesn't drift upwards over time
  • Constructor Details

    • WhiteCloudFX

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

    • onUpdate

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