Uses of Class
net.minecraft.util.BlockVoxelShape
-
Packages that use BlockVoxelShape Package Description net.minecraft.block net.minecraft.util -
-
Uses of BlockVoxelShape in net.minecraft.block
Methods in net.minecraft.block with parameters of type BlockVoxelShape Modifier and Type Method Description private static int
AbstractBlock.AbstractBlockState.Cache. getFaceSupportIndex(Direction p_242701_0_, BlockVoxelShape p_242701_1_)
boolean
AbstractBlock.AbstractBlockState.Cache. isFaceSturdy(Direction p_242700_1_, BlockVoxelShape p_242700_2_)
boolean
AbstractBlock.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 BlockVoxelShape Modifier and Type Method Description static BlockVoxelShape
BlockVoxelShape. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlockVoxelShape[]
BlockVoxelShape. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-