Uses of Enum Class
net.minecraft.util.BlockVoxelShape
Packages that use BlockVoxelShape
-
Uses of BlockVoxelShape in net.minecraft.block
Methods in net.minecraft.block with parameters of type BlockVoxelShapeModifier and TypeMethodDescriptionprivate static intAbstractBlock.AbstractBlockState.Cache.getFaceSupportIndex(Direction p_242701_0_, BlockVoxelShape p_242701_1_) booleanAbstractBlock.AbstractBlockState.Cache.isFaceSturdy(Direction p_242700_1_, BlockVoxelShape p_242700_2_) booleanAbstractBlock.AbstractBlockState.isFaceSturdy(IBlockReader p_242698_1_, BlockPos p_242698_2_, Direction p_242698_3_, BlockVoxelShape p_242698_4_) -
Uses of BlockVoxelShape in net.minecraft.util
Methods in net.minecraft.util that return BlockVoxelShapeModifier and TypeMethodDescriptionstatic BlockVoxelShapeReturns the enum constant of this class with the specified name.static BlockVoxelShape[]BlockVoxelShape.values()Returns an array containing the constants of this enum class, in the order they are declared.