Uses of Interface
net.minecraft.util.math.shapes.IBooleanFunction
Packages that use IBooleanFunction
-
Uses of IBooleanFunction in net.minecraft.util.math.shapes
Fields in net.minecraft.util.math.shapes declared as IBooleanFunctionModifier and TypeFieldDescriptionstatic final IBooleanFunction
IBooleanFunction.AND
static final IBooleanFunction
IBooleanFunction.CAUSED_BY
static final IBooleanFunction
IBooleanFunction.CAUSES
static final IBooleanFunction
IBooleanFunction.FALSE
static final IBooleanFunction
IBooleanFunction.FIRST
static final IBooleanFunction
IBooleanFunction.NOT_AND
static final IBooleanFunction
IBooleanFunction.NOT_FIRST
static final IBooleanFunction
IBooleanFunction.NOT_OR
static final IBooleanFunction
IBooleanFunction.NOT_SAME
static final IBooleanFunction
IBooleanFunction.NOT_SECOND
static final IBooleanFunction
IBooleanFunction.ONLY_FIRST
static final IBooleanFunction
IBooleanFunction.ONLY_SECOND
static final IBooleanFunction
IBooleanFunction.OR
static final IBooleanFunction
IBooleanFunction.SAME
static final IBooleanFunction
IBooleanFunction.SECOND
static final IBooleanFunction
IBooleanFunction.TRUE
Methods in net.minecraft.util.math.shapes with parameters of type IBooleanFunctionModifier and TypeMethodDescription(package private) static BitSetVoxelShapePart
BitSetVoxelShapePart.join
(VoxelShapePart p_197852_0_, VoxelShapePart p_197852_1_, IDoubleListMerger p_197852_2_, IDoubleListMerger p_197852_3_, IDoubleListMerger p_197852_4_, IBooleanFunction p_197852_5_) static VoxelShape
VoxelShapes.join
(VoxelShape p_197878_0_, VoxelShape p_197878_1_, IBooleanFunction p_197878_2_) private static boolean
VoxelShapes.joinIsNotEmpty
(IDoubleListMerger p_197874_0_, IDoubleListMerger p_197874_1_, IDoubleListMerger p_197874_2_, VoxelShapePart p_197874_3_, VoxelShapePart p_197874_4_, IBooleanFunction p_197874_5_) static boolean
VoxelShapes.joinIsNotEmpty
(VoxelShape p_197879_0_, VoxelShape p_197879_1_, IBooleanFunction p_197879_2_) static VoxelShape
VoxelShapes.joinUnoptimized
(VoxelShape p_197882_0_, VoxelShape p_197882_1_, IBooleanFunction p_197882_2_)