static SearchOptionDirectionalVoxel<java.lang.Object> |
SearchOptions.inDirectionalVoxel(net.minecraft.util.math.Direction direction,
net.minecraft.util.shape.VoxelShape shape) |
|
static <T> SearchOptionDirectionalVoxel<T> |
SearchOptions.inDirectionalVoxelMatching(net.minecraft.util.math.Direction direction,
net.minecraft.util.shape.VoxelShape shape,
java.util.function.Predicate<T> matcher) |
|
static SearchOptionDirectionalVoxel<java.lang.Object> |
SearchOptions.inOrderedDirectionalVoxel(net.minecraft.util.math.Direction direction,
net.minecraft.util.shape.VoxelShape shape) |
|
static <T> SearchOptionDirectionalVoxel<T> |
SearchOptions.inOrderedDirectionalVoxelMatching(net.minecraft.util.math.Direction direction,
net.minecraft.util.shape.VoxelShape shape,
java.util.function.Predicate<T> matcher) |
|