Uses of Enum Class
net.minecraft.block.SideShapeType
-
Uses of SideShapeType in net.minecraft.block
Modifier and TypeMethodDescriptionstatic SideShapeType
Returns the enum constant of this class with the specified name.static SideShapeType[]
SideShapeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static int
AbstractBlock.AbstractBlockState.ShapeCache.indexSolidSide(Direction direction, SideShapeType shapeType)
boolean
AbstractBlock.AbstractBlockState.isSideSolid(BlockView world, BlockPos pos, Direction direction, SideShapeType shapeType)
boolean
AbstractBlock.AbstractBlockState.ShapeCache.isSideSolid(Direction direction, SideShapeType shapeType)