Uses of Enum Class
net.minecraft.block.WallHeight
Packages that use WallHeight
Package
Description
-
Uses of WallHeight in net.minecraft.block
Fields in net.minecraft.block with type parameters of type WallHeightModifier 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
Methods in net.minecraft.block that return WallHeightModifier 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.Methods in net.minecraft.block with parameters of type WallHeightModifier and TypeMethodDescriptionprivate static VoxelShape
WallBlock.applyWallShape
(VoxelShape p_235631_0_, WallHeight p_235631_1_, VoxelShape p_235631_2_, VoxelShape p_235631_3_) Method parameters in net.minecraft.block with type arguments of type WallHeightModifier and TypeMethodDescriptionprivate static boolean
WallBlock.isConnected
(BlockState p_235629_0_, Property<WallHeight> p_235629_1_) -
Uses of WallHeight in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type WallHeightModifier 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
Fields in net.minecraftforge.client.model.generators with type parameters of type WallHeightModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableMap<Direction,
Property<WallHeight>> BlockStateProvider.WALL_PROPS
Methods in net.minecraftforge.client.model.generators with parameters of type WallHeightModifier and TypeMethodDescriptionprivate void
BlockStateProvider.wallSidePart
(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction, Property<WallHeight>> entry, WallHeight height) Method parameters in net.minecraftforge.client.model.generators with type arguments of type WallHeightModifier and TypeMethodDescriptionprivate void
BlockStateProvider.wallSidePart
(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction, Property<WallHeight>> entry, WallHeight height)