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