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_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 WallShape Modifier and Type Method Description private WallShape
WallBlock. 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 VoxelShape
WallBlock. 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 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 Modifier and Type Method Description static WallShape
WallShape. 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_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.