Uses of Interface
net.minecraft.util.function.BooleanBiFunction
-
Uses of BooleanBiFunction in net.minecraft.util.function
Modifier and TypeFieldDescriptionstatic BooleanBiFunction
BooleanBiFunction.AND
static BooleanBiFunction
BooleanBiFunction.CAUSED_BY
static BooleanBiFunction
BooleanBiFunction.CAUSES
static BooleanBiFunction
BooleanBiFunction.FALSE
static BooleanBiFunction
BooleanBiFunction.FIRST
static BooleanBiFunction
BooleanBiFunction.NOT_AND
static BooleanBiFunction
BooleanBiFunction.NOT_FIRST
static BooleanBiFunction
BooleanBiFunction.NOT_OR
static BooleanBiFunction
BooleanBiFunction.NOT_SAME
static BooleanBiFunction
BooleanBiFunction.NOT_SECOND
static BooleanBiFunction
BooleanBiFunction.ONLY_FIRST
static BooleanBiFunction
BooleanBiFunction.ONLY_SECOND
static BooleanBiFunction
BooleanBiFunction.OR
static BooleanBiFunction
BooleanBiFunction.SAME
static BooleanBiFunction
BooleanBiFunction.SECOND
static BooleanBiFunction
BooleanBiFunction.TRUE
-
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)