BlockClipContext
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.
import crafttweaker.api.world.BlockClipContext;
Implements
Undocumented Interfaces
ShapeGetter
,Comparable<Enum>
Enum Constants
BlockClipContext is an enum with 4 constants. They are accessible like so:
// BlockClipContext.COLLIDER<constant:minecraft:world/clip/blockcontext:collider>// BlockClipContext.FALLDAMAGE_RESETTING<constant:minecraft:world/clip/blockcontext:falldamage_resetting>// BlockClipContext.OUTLINE<constant:minecraft:world/clip/blockcontext:outline>// BlockClipContext.VISUAL<constant:minecraft:world/clip/blockcontext:visual>