Uses of Interface
net.minecraft.world.phys.shapes.BooleanOp
-
Uses of BooleanOp in net.minecraft.world.phys.shapes
Modifier and TypeFieldDescriptionstatic final BooleanOp
BooleanOp.AND
static final BooleanOp
BooleanOp.CAUSED_BY
static final BooleanOp
BooleanOp.CAUSES
static final BooleanOp
BooleanOp.FALSE
static final BooleanOp
BooleanOp.FIRST
static final BooleanOp
BooleanOp.NOT_AND
static final BooleanOp
BooleanOp.NOT_FIRST
static final BooleanOp
BooleanOp.NOT_OR
static final BooleanOp
BooleanOp.NOT_SAME
static final BooleanOp
BooleanOp.NOT_SECOND
static final BooleanOp
BooleanOp.ONLY_FIRST
static final BooleanOp
BooleanOp.ONLY_SECOND
static final BooleanOp
BooleanOp.OR
static final BooleanOp
BooleanOp.SAME
static final BooleanOp
BooleanOp.SECOND
static final 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_)