java.lang.Object
foundry.veil.api.quasar.emitters.module.update.WindField

public class WindField extends Object
A global wind field. Applies a uniform velocity change to particles. Ticking is also possible, allowing the wind to shift and change over time.
  • Constructor Details

    • WindField

      public WindField(net.minecraft.world.phys.Vec3 windDirection, float strength, float falloff, FastNoiseLite noise)
  • Method Details

    • getWindDirection

      public net.minecraft.world.phys.Vec3 getWindDirection()
    • tickWind

      public void tickWind()