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 pMainShape, DiscreteVoxelShape pSecondaryShape, IndexMerger pMergerX, IndexMerger pMergerY, IndexMerger pMergerZ, BooleanOp pOperator) static VoxelShapeShapes.join(VoxelShape pShape1, VoxelShape pShape2, BooleanOp pFunction) private static booleanShapes.joinIsNotEmpty(IndexMerger pMergerX, IndexMerger pMergerY, IndexMerger pMergerZ, DiscreteVoxelShape pPrimaryShape, DiscreteVoxelShape pSecondaryShape, BooleanOp pResultOperator) static booleanShapes.joinIsNotEmpty(VoxelShape pShape1, VoxelShape pShape2, BooleanOp pResultOperator) static VoxelShapeShapes.joinUnoptimized(VoxelShape pShape1, VoxelShape pShape2, BooleanOp pFunction)