Uses of Enum Class
net.minecraft.block.enums.WallShape
Packages that use WallShape
Package
Description
The base package for all Minecraft classes.
-
Uses of WallShape in net.minecraft
Fields in net.minecraft with type parameters of type WallShapeModifier and TypeFieldDescriptionprivate static final EnumProperty<WallShape> class_10322.field_54757private static final EnumProperty<WallShape> class_10322.field_54758private static final EnumProperty<WallShape> class_10322.field_54759private static final EnumProperty<WallShape> class_10322.field_54760private static final Map<Direction, EnumProperty<WallShape>> class_10322.field_54761Methods in net.minecraft that return types with arguments of type WallShapeModifier and TypeMethodDescriptionstatic @Nullable EnumProperty<WallShape> class_10322.method_64795(Direction direction) -
Uses of WallShape in net.minecraft.block
Fields in net.minecraft.block with type parameters of type WallShapeModifier and TypeFieldDescriptionstatic final EnumProperty<WallShape> WallBlock.EAST_SHAPEstatic final EnumProperty<WallShape> WallBlock.NORTH_SHAPEstatic final EnumProperty<WallShape> WallBlock.SOUTH_SHAPEstatic final EnumProperty<WallShape> WallBlock.WEST_SHAPEMethods in net.minecraft.block that return WallShapeModifier and TypeMethodDescriptionprivate WallShapeWallBlock.getWallShape(boolean connected, VoxelShape aboveShape, VoxelShape tallShape) Methods in net.minecraft.block with parameters of type WallShapeModifier and TypeMethodDescriptionprivate static VoxelShapeWallBlock.getVoxelShape(VoxelShape base, WallShape wallShape, VoxelShape tall, VoxelShape low) Method parameters in net.minecraft.block with type arguments of type WallShapeModifier and TypeMethodDescriptionprivate static booleanWallBlock.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_SHAPEA property that specifies how a wall extends from the center post to the east.static final EnumProperty<WallShape> Properties.NORTH_WALL_SHAPEA property that specifies how a wall extends from the center post to the north.static final EnumProperty<WallShape> Properties.SOUTH_WALL_SHAPEA property that specifies how a wall extends from the center post to the south.static final EnumProperty<WallShape> Properties.WEST_WALL_SHAPEA property that specifies how a wall extends from the center post to the west.