Uses of Interface
net.minecraft.util.math.shapes.IBooleanFunction
-
Packages that use IBooleanFunction Package Description net.minecraft.util.math.shapes -
-
Uses of IBooleanFunction in net.minecraft.util.math.shapes
Fields in net.minecraft.util.math.shapes declared as IBooleanFunction Modifier and Type Field 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
Methods in net.minecraft.util.math.shapes with parameters of type IBooleanFunction Modifier and Type Method Description (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_)
-