Package alexiil.mc.lib.attributes
Class SearchOptionDirectionalVoxel<T>
java.lang.Object
alexiil.mc.lib.attributes.SearchOption<T>
alexiil.mc.lib.attributes.SearchOptionDirectional<T>
alexiil.mc.lib.attributes.SearchOptionDirectionalVoxel<T>
public final class SearchOptionDirectionalVoxel<T> extends SearchOptionDirectional<T>
- 
Field Summary
Fields Modifier and Type Field Description booleanorderedIf true then theAttributeListwill sort itself based on the direction and shape.net.minecraft.util.shape.VoxelShapeshape - 
Method Summary
Modifier and Type Method Description net.minecraft.util.shape.VoxelShapegetShape()Returns theVoxelShapeto use for bounds checking. 
- 
Field Details
- 
ordered
public final boolean orderedIf true then theAttributeListwill sort itself based on the direction and shape. - 
shape
public final net.minecraft.util.shape.VoxelShape shape 
 - 
 - 
Method Details
- 
getShape
public net.minecraft.util.shape.VoxelShape getShape()Description copied from class:SearchOptionReturns theVoxelShapeto use for bounds checking. This defaults to a full block, but custom search options (likeSearchOptionInVoxel) override this.- Overrides:
 getShapein classSearchOption<T>
 
 -