FluidClipContext

Importing the class

If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.

script.zs
import crafttweaker.api.world.FluidClipContext;

Implements

Undocumented Interfaces

Comparable<Enum>

Enum Constants

FluidClipContext is an enum with 4 constants. They are accessible like so:

script.zs
// FluidClipContext.ANY
<constant:minecraft:world/clip/fluidcontext:any>
// FluidClipContext.NONE
<constant:minecraft:world/clip/fluidcontext:none>
// FluidClipContext.SOURCE_ONLY
<constant:minecraft:world/clip/fluidcontext:source_only>
// FluidClipContext.WATER
<constant:minecraft:world/clip/fluidcontext:water>