Uses of Class
net.minecraft.block.enums.WallShape
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.enums | |
| net.minecraft.state.property |
-
Uses of WallShape in net.minecraft.block
Fields in net.minecraft.block with type parameters of type WallShape Modifier and Type Field Description static EnumProperty<WallShape>WallBlock. EAST_SHAPEstatic EnumProperty<WallShape>WallBlock. NORTH_SHAPEstatic EnumProperty<WallShape>WallBlock. SOUTH_SHAPEstatic EnumProperty<WallShape>WallBlock. WEST_SHAPEMethods in net.minecraft.block that return WallShape Modifier and Type Method Description private WallShapeWallBlock. method_24428(boolean bool, VoxelShape voxelShape, VoxelShape voxelShape2)Methods in net.minecraft.block with parameters of type WallShape Modifier and Type Method Description private static VoxelShapeWallBlock. method_24426(VoxelShape voxelShape, WallShape wallShape, VoxelShape voxelShape2, VoxelShape voxelShape3)Method parameters in net.minecraft.block with type arguments of type WallShape Modifier and Type Method Description private static booleanWallBlock. method_24424(BlockState blockState, Property<WallShape> property) -
Uses of WallShape in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return WallShape Modifier and Type Method Description static WallShapeWallShape. valueOf(String name)Returns the enum constant of this type with the specified name.static WallShape[]WallShape. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WallShape in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type WallShape Modifier and Type Field Description static EnumProperty<WallShape>Properties. EAST_WALL_SHAPEA property that specifies how a wall extends from the center post to the east.static EnumProperty<WallShape>Properties. NORTH_WALL_SHAPEA property that specifies how a wall extends from the center post to the north.static EnumProperty<WallShape>Properties. SOUTH_WALL_SHAPEA property that specifies how a wall extends from the center post to the south.static EnumProperty<WallShape>Properties. WEST_WALL_SHAPEA property that specifies how a wall extends from the center post to the west.