Uses of Class
net.minecraft.block.SideShapeType
Package | Description |
---|---|
net.minecraft.block |
-
Uses of SideShapeType in net.minecraft.block
Methods in net.minecraft.block that return SideShapeType Modifier and Type Method Description static SideShapeType
SideShapeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SideShapeType[]
SideShapeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.block with parameters of type SideShapeType Modifier and Type Method Description private 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)