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 final EnumProperty
<WallShape> PaleMossCarpetBlock.EAST
static final EnumProperty
<WallShape> WallBlock.EAST_WALL_SHAPE
static final EnumProperty
<WallShape> PaleMossCarpetBlock.NORTH
static final EnumProperty
<WallShape> WallBlock.NORTH_WALL_SHAPE
static final EnumProperty
<WallShape> PaleMossCarpetBlock.SOUTH
static final EnumProperty
<WallShape> WallBlock.SOUTH_WALL_SHAPE
static final Map
<Direction, EnumProperty<WallShape>> PaleMossCarpetBlock.WALL_SHAPE_PROPERTIES_BY_DIRECTION
static final Map
<Direction, EnumProperty<WallShape>> WallBlock.WALL_SHAPE_PROPERTIES_BY_DIRECTION
static final EnumProperty
<WallShape> PaleMossCarpetBlock.WEST
static final EnumProperty
<WallShape> WallBlock.WEST_WALL_SHAPE
Methods in net.minecraft.block that return WallShapeModifier and TypeMethodDescriptionprivate WallShape
WallBlock.getWallShape
(boolean connected, VoxelShape aboveShape, VoxelShape tallShape) Methods in net.minecraft.block that return types with arguments of type WallShapeModifier and TypeMethodDescriptionstatic @Nullable EnumProperty
<WallShape> PaleMossCarpetBlock.getWallShape
(Direction face) Method parameters in net.minecraft.block with type arguments of type WallShapeModifier and TypeMethodDescriptionprivate static boolean
WallBlock.isConnected
(BlockState state, 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 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.