Uses of Interface
net.minecraft.world.phys.shapes.BooleanOp
-
Uses of BooleanOp in net.minecraft.world.phys.shapes
Modifier and TypeFieldDescriptionstatic BooleanOp
BooleanOp.AND
static BooleanOp
BooleanOp.CAUSED_BY
static BooleanOp
BooleanOp.CAUSES
static BooleanOp
BooleanOp.FALSE
static BooleanOp
BooleanOp.FIRST
static BooleanOp
BooleanOp.NOT_AND
static BooleanOp
BooleanOp.NOT_FIRST
static BooleanOp
BooleanOp.NOT_OR
static BooleanOp
BooleanOp.NOT_SAME
static BooleanOp
BooleanOp.NOT_SECOND
static BooleanOp
BooleanOp.ONLY_FIRST
static BooleanOp
BooleanOp.ONLY_SECOND
static BooleanOp
BooleanOp.OR
static BooleanOp
BooleanOp.SAME
static BooleanOp
BooleanOp.SECOND
static BooleanOp
BooleanOp.TRUE
Modifier and TypeMethodDescription(package private) static BitSetDiscreteVoxelShape
BitSetDiscreteVoxelShape.join(DiscreteVoxelShape p_82642_, DiscreteVoxelShape p_82643_, IndexMerger p_82644_, IndexMerger p_82645_, IndexMerger p_82646_, BooleanOp p_82647_)
static VoxelShape
Shapes.join(VoxelShape p_83114_, VoxelShape p_83115_, BooleanOp p_83116_)
private static boolean
Shapes.joinIsNotEmpty(IndexMerger p_83104_, IndexMerger p_83105_, IndexMerger p_83106_, DiscreteVoxelShape p_83107_, DiscreteVoxelShape p_83108_, BooleanOp p_83109_)
static boolean
Shapes.joinIsNotEmpty(VoxelShape p_83158_, VoxelShape p_83159_, BooleanOp p_83160_)
static VoxelShape
Shapes.joinUnoptimized(VoxelShape p_83149_, VoxelShape p_83150_, BooleanOp p_83151_)