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 mainShape, DiscreteVoxelShape secondaryShape, IndexMerger mergerX, IndexMerger mergerY, IndexMerger mergerZ, BooleanOp operator) static VoxelShapeShapes.join(VoxelShape shape1, VoxelShape shape2, BooleanOp function) private static booleanShapes.joinIsNotEmpty(IndexMerger mergerX, IndexMerger mergerY, IndexMerger mergerZ, DiscreteVoxelShape primaryShape, DiscreteVoxelShape secondaryShape, BooleanOp resultOperator) static booleanShapes.joinIsNotEmpty(VoxelShape shape1, VoxelShape shape2, BooleanOp resultOperator) static VoxelShapeShapes.joinUnoptimized(VoxelShape shape1, VoxelShape shape2, BooleanOp function)