Uses of Interface
net.minecraft.util.function.BooleanBiFunction
-
Uses of BooleanBiFunction in net.minecraft.util.function
Modifier and TypeFieldDescriptionstatic final BooleanBiFunction
BooleanBiFunction.AND
static final BooleanBiFunction
BooleanBiFunction.CAUSED_BY
ABooleanBiFunction
that returnstrue
if the first argument istrue
or the second argument isfalse
.static final BooleanBiFunction
BooleanBiFunction.CAUSES
ABooleanBiFunction
that returnstrue
if the first argument isfalse
or the second argument istrue
.static final BooleanBiFunction
BooleanBiFunction.FALSE
ABooleanBiFunction
that always returnsfalse
.static final BooleanBiFunction
BooleanBiFunction.FIRST
static final BooleanBiFunction
BooleanBiFunction.NOT_AND
static final BooleanBiFunction
BooleanBiFunction.NOT_FIRST
static final BooleanBiFunction
BooleanBiFunction.NOT_OR
static final BooleanBiFunction
BooleanBiFunction.NOT_SAME
static final BooleanBiFunction
BooleanBiFunction.NOT_SECOND
static final BooleanBiFunction
BooleanBiFunction.ONLY_FIRST
static final BooleanBiFunction
BooleanBiFunction.ONLY_SECOND
static final BooleanBiFunction
BooleanBiFunction.OR
static final BooleanBiFunction
BooleanBiFunction.SAME
static final BooleanBiFunction
BooleanBiFunction.SECOND
static final BooleanBiFunction
BooleanBiFunction.TRUE
ABooleanBiFunction
that always returnstrue
. -
Uses of BooleanBiFunction in net.minecraft.util.shape
Modifier and TypeMethodDescription(package private) static BitSetVoxelSet
BitSetVoxelSet.combine
(VoxelSet first, VoxelSet second, PairList xPoints, PairList yPoints, PairList zPoints, BooleanBiFunction function) static VoxelShape
VoxelShapes.combine
(VoxelShape one, VoxelShape two, BooleanBiFunction function) static VoxelShape
VoxelShapes.combineAndSimplify
(VoxelShape first, VoxelShape second, BooleanBiFunction function) private static boolean
VoxelShapes.matchesAnywhere
(PairList mergedX, PairList mergedY, PairList mergedZ, VoxelSet shape1, VoxelSet shape2, BooleanBiFunction predicate) static boolean
VoxelShapes.matchesAnywhere
(VoxelShape shape1, VoxelShape shape2, BooleanBiFunction predicate)