Package | Description |
---|---|
net.minecraft.util.math.shapes |
Modifier and Type | Field and Description |
---|---|
static IBooleanFunction |
IBooleanFunction.AND |
static IBooleanFunction |
IBooleanFunction.CAUSED_BY |
static IBooleanFunction |
IBooleanFunction.CAUSES |
static IBooleanFunction |
IBooleanFunction.FALSE |
static IBooleanFunction |
IBooleanFunction.FIRST |
static IBooleanFunction |
IBooleanFunction.NOT_AND |
static IBooleanFunction |
IBooleanFunction.NOT_FIRST |
static IBooleanFunction |
IBooleanFunction.NOT_OR |
static IBooleanFunction |
IBooleanFunction.NOT_SAME |
static IBooleanFunction |
IBooleanFunction.NOT_SECOND |
static IBooleanFunction |
IBooleanFunction.ONLY_FIRST |
static IBooleanFunction |
IBooleanFunction.ONLY_SECOND |
static IBooleanFunction |
IBooleanFunction.OR |
static IBooleanFunction |
IBooleanFunction.SAME |
static IBooleanFunction |
IBooleanFunction.SECOND |
static IBooleanFunction |
IBooleanFunction.TRUE |
Modifier and Type | Method and Description |
---|---|
static VoxelShape |
VoxelShapes.combine(VoxelShape shape1,
VoxelShape shape2,
IBooleanFunction function) |
static VoxelShape |
VoxelShapes.combineAndSimplify(VoxelShape shape1,
VoxelShape shape2,
IBooleanFunction function) |
static boolean |
VoxelShapes.compare(VoxelShape shape1,
VoxelShape shape2,
IBooleanFunction function) |
(package private) static BitSetVoxelShapePart |
BitSetVoxelShapePart.func_197852_a(VoxelShapePart first,
VoxelShapePart second,
IDoubleListMerger xMerger,
IDoubleListMerger yMerger,
IDoubleListMerger zMerger,
IBooleanFunction op) |
private static boolean |
VoxelShapes.join(IDoubleListMerger p_197874_0_,
IDoubleListMerger p_197874_1_,
IDoubleListMerger p_197874_2_,
VoxelShapePart p_197874_3_,
VoxelShapePart p_197874_4_,
IBooleanFunction p_197874_5_) |