Uses of Enum Class
net.minecraft.block.WallHeight
Package
Description
-
Uses of WallHeight in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<WallHeight>
WallBlock.EAST_WALL
static final EnumProperty<WallHeight>
WallBlock.NORTH_WALL
static final EnumProperty<WallHeight>
WallBlock.SOUTH_WALL
static final EnumProperty<WallHeight>
WallBlock.WEST_WALL
Modifier and TypeMethodDescriptionprivate WallHeight
WallBlock.makeWallState
(boolean p_235633_1_, VoxelShape p_235633_2_, VoxelShape p_235633_3_) static WallHeight
Returns the enum constant of this class with the specified name.static WallHeight[]
WallHeight.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static VoxelShape
WallBlock.applyWallShape
(VoxelShape p_235631_0_, WallHeight p_235631_1_, VoxelShape p_235631_2_, VoxelShape p_235631_3_) Modifier and TypeMethodDescriptionprivate static boolean
WallBlock.isConnected
(BlockState p_235629_0_, Property<WallHeight> p_235629_1_) -
Uses of WallHeight in net.minecraft.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<WallHeight>
BlockStateProperties.EAST_WALL
static final EnumProperty<WallHeight>
BlockStateProperties.NORTH_WALL
static final EnumProperty<WallHeight>
BlockStateProperties.SOUTH_WALL
static final EnumProperty<WallHeight>
BlockStateProperties.WEST_WALL
-
Uses of WallHeight in net.minecraftforge.client.model.generators
Modifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableMap<Direction,
Property<WallHeight>> BlockStateProvider.WALL_PROPS
Modifier and TypeMethodDescriptionprivate void
BlockStateProvider.wallSidePart
(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction, Property<WallHeight>> entry, WallHeight height) Modifier and TypeMethodDescriptionprivate void
BlockStateProvider.wallSidePart
(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction, Property<WallHeight>> entry, WallHeight height)