Package alexiil.mc.lib.attributes
Class SearchOptionInVoxel<T>
java.lang.Object
alexiil.mc.lib.attributes.SearchOption<T>
alexiil.mc.lib.attributes.SearchOptionInVoxel<T>
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionnet.minecraft.util.shape.VoxelShapegetShape()Returns theVoxelShapeto use for bounds checking.Methods inherited from class alexiil.mc.lib.attributes.SearchOptionmatches
- 
Field Details- 
shapepublic final net.minecraft.util.shape.VoxelShape shape
 
- 
- 
Method Details- 
getShapepublic 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 class- SearchOption<T>
 
 
-