Rebar Fluid
open class RebarFluid(key: NamespacedKey, val color: TextColor, val nameWithoutColor: Component, material: Material, tags: MutableList<RebarFluidTag>) : Keyed(source)
Fluids aren't necessarily just liquids, they can also be gases or other substances that can flow.
Parameters
material
Used to display the fluid in tanks
See also
Constructors
Link copied to clipboard
constructor(key: NamespacedKey, color: TextColor, nameWithoutColor: Component, material: Material, tags: MutableList<RebarFluidTag>)