Uses of Interface
net.minecraft.world.phys.shapes.BooleanOp
Packages that use BooleanOp
-
Uses of BooleanOp in net.minecraft.world.phys.shapes
Fields in net.minecraft.world.phys.shapes declared as BooleanOpModifier and TypeFieldDescriptionstatic final BooleanOpBooleanOp.ANDstatic final BooleanOpBooleanOp.CAUSED_BYstatic final BooleanOpBooleanOp.CAUSESstatic final BooleanOpBooleanOp.FALSEstatic final BooleanOpBooleanOp.FIRSTstatic final BooleanOpBooleanOp.NOT_ANDstatic final BooleanOpBooleanOp.NOT_FIRSTstatic final BooleanOpBooleanOp.NOT_ORstatic final BooleanOpBooleanOp.NOT_SAMEstatic final BooleanOpBooleanOp.NOT_SECONDstatic final BooleanOpBooleanOp.ONLY_FIRSTstatic final BooleanOpBooleanOp.ONLY_SECONDstatic final BooleanOpBooleanOp.ORstatic final BooleanOpBooleanOp.SAMEstatic final BooleanOpBooleanOp.SECONDstatic final BooleanOpBooleanOp.TRUEMethods in net.minecraft.world.phys.shapes with parameters of type BooleanOpModifier and TypeMethodDescription(package private) static BitSetDiscreteVoxelShapeBitSetDiscreteVoxelShape.join(DiscreteVoxelShape first, DiscreteVoxelShape second, IndexMerger xMerger, IndexMerger yMerger, IndexMerger zMerger, BooleanOp op) static VoxelShapeShapes.join(VoxelShape first, VoxelShape second, BooleanOp op) private static booleanShapes.joinIsNotEmpty(IndexMerger xMerger, IndexMerger yMerger, IndexMerger zMerger, DiscreteVoxelShape first, DiscreteVoxelShape second, BooleanOp op) static booleanShapes.joinIsNotEmpty(VoxelShape first, VoxelShape second, BooleanOp op) static VoxelShapeShapes.joinUnoptimized(VoxelShape first, VoxelShape second, BooleanOp op)