Uses of Class
alexiil.mc.lib.attributes.SearchOptionDirectionalVoxel
-
Uses of SearchOptionDirectionalVoxel in alexiil.mc.lib.attributes
Modifier and TypeMethodDescriptionstatic SearchOptionDirectionalVoxel<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, Predicate<T> matcher) static SearchOptionDirectionalVoxel<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, Predicate<T> matcher)