FluidType Enumeration

Represents the type of fluid for use within a fluid containing block, like a cauldron.

Constants

Lava

Lava = "Lava"

Represents lava as a type of fluid.

Potion

Potion = "Potion"

Represents a potion as a type of fluid.

PowderSnow

PowderSnow = "PowderSnow"

Represents powder snow as a type of fluid.

Water

Water = "Water"

Represents water as a type of fluida.