Class WindField
java.lang.Object
foundry.veil.api.quasar.emitters.module.update.WindField
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 Summary
ConstructorDescriptionWindField
(net.minecraft.world.phys.Vec3 windDirection, float strength, float falloff, FastNoiseLite noise) -
Method Summary
-
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()
-