Skip to main content

Module flowing_fluid

Module flowing_fluid 

Source
Expand description

Shared logic for flowing fluids (Water, Lava).

Provides the FlowingFluid trait, which contains the mathematical spread algorithms derived from vanilla’s FlowingFluid.java. Individual fluids like WaterFluid and LavaFluid implement this trait to inherit behavior.

Traits§

FlowingFluid
Trait providing the base algorithm for flowing fluids (Water, Lava). In vanilla Minecraft, this is the FlowingFluid abstract class.