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 SideShapeTypeSideShapeType. 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 intAbstractBlock.AbstractBlockState.ShapeCache. indexSolidSide(Direction direction, SideShapeType shapeType)booleanAbstractBlock.AbstractBlockState. isSideSolid(BlockView world, BlockPos pos, Direction direction, SideShapeType shapeType)booleanAbstractBlock.AbstractBlockState.ShapeCache. isSideSolid(Direction direction, SideShapeType shapeType)