Uses of Enum Class
net.minecraft.block.enums.WallShape
-
Uses of WallShape in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<WallShape>
WallBlock.EAST_SHAPE
static final EnumProperty<WallShape>
WallBlock.NORTH_SHAPE
static final EnumProperty<WallShape>
WallBlock.SOUTH_SHAPE
static final EnumProperty<WallShape>
WallBlock.WEST_SHAPE
Modifier and TypeMethodDescriptionprivate WallShape
WallBlock.method_24428
(boolean bool, VoxelShape voxelShape, VoxelShape voxelShape2) Modifier and TypeMethodDescriptionprivate static VoxelShape
WallBlock.method_24426
(VoxelShape voxelShape, WallShape wallShape, VoxelShape voxelShape2, VoxelShape voxelShape3) Modifier and TypeMethodDescriptionprivate static boolean
WallBlock.method_24424
(BlockState blockState, Property<WallShape> property) -
Uses of WallShape in net.minecraft.block.enums
-
Uses of WallShape in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<WallShape>
Properties.EAST_WALL_SHAPE
A property that specifies how a wall extends from the center post to the east.static final EnumProperty<WallShape>
Properties.NORTH_WALL_SHAPE
A property that specifies how a wall extends from the center post to the north.static final EnumProperty<WallShape>
Properties.SOUTH_WALL_SHAPE
A property that specifies how a wall extends from the center post to the south.static final EnumProperty<WallShape>
Properties.WEST_WALL_SHAPE
A property that specifies how a wall extends from the center post to the west.