Uses of Enum Class
net.minecraft.world.level.block.state.properties.WallSide
Package
Description
-
Uses of WallSide in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic EnumProperty<WallSide>
WallBlock.EAST_WALL
static EnumProperty<WallSide>
WallBlock.NORTH_WALL
static EnumProperty<WallSide>
WallBlock.SOUTH_WALL
static EnumProperty<WallSide>
WallBlock.WEST_WALL
Modifier and TypeMethodDescriptionprivate WallSide
WallBlock.makeWallState(boolean p_58042_, VoxelShape p_58043_, VoxelShape p_58044_)
Modifier and TypeMethodDescriptionprivate static VoxelShape
WallBlock.applyWallShape(VoxelShape p_58034_, WallSide p_58035_, VoxelShape p_58036_, VoxelShape p_58037_)
Modifier and TypeMethodDescriptionprivate static boolean
WallBlock.isConnected(BlockState p_58011_, Property<WallSide> p_58012_)
-
Uses of WallSide in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic EnumProperty<WallSide>
BlockStateProperties.EAST_WALL
static EnumProperty<WallSide>
BlockStateProperties.NORTH_WALL
static EnumProperty<WallSide>
BlockStateProperties.SOUTH_WALL
static EnumProperty<WallSide>
BlockStateProperties.WEST_WALL
-
Uses of WallSide in net.minecraftforge.client.model.generators
Modifier and TypeMethodDescriptionprivate void
BlockStateProvider.wallSidePart(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction,Property<WallSide>> entry, WallSide height)
Modifier and TypeMethodDescriptionprivate void
BlockStateProvider.wallSidePart(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction,Property<WallSide>> entry, WallSide height)