Uses of Class
net.minecraft.block.WallHeight
-
Packages that use WallHeight Package Description net.minecraft.block net.minecraft.state.properties net.minecraftforge.client.model.generators -
-
Uses of WallHeight in net.minecraft.block
Fields in net.minecraft.block with type parameters of type WallHeight Modifier and Type Field Description static EnumProperty<WallHeight>
WallBlock. EAST_WALL
static EnumProperty<WallHeight>
WallBlock. NORTH_WALL
static EnumProperty<WallHeight>
WallBlock. SOUTH_WALL
static EnumProperty<WallHeight>
WallBlock. WEST_WALL
Methods in net.minecraft.block that return WallHeight Modifier and Type Method Description private WallHeight
WallBlock. makeWallState(boolean p_235633_1_, VoxelShape p_235633_2_, VoxelShape p_235633_3_)
static WallHeight
WallHeight. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WallHeight[]
WallHeight. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.block with parameters of type WallHeight Modifier and Type Method Description private 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 WallHeight Modifier and Type Method Description private 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 WallHeight Modifier and Type Field Description static EnumProperty<WallHeight>
BlockStateProperties. EAST_WALL
static EnumProperty<WallHeight>
BlockStateProperties. NORTH_WALL
static EnumProperty<WallHeight>
BlockStateProperties. SOUTH_WALL
static 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 WallHeight Modifier and Type Field Description static com.google.common.collect.ImmutableMap<Direction,Property<WallHeight>>
BlockStateProvider. WALL_PROPS
Methods in net.minecraftforge.client.model.generators with parameters of type WallHeight Modifier and Type Method Description private void
BlockStateProvider. wallSidePart(MultiPartBlockStateBuilder builder, ModelFile model, java.util.Map.Entry<Direction,Property<WallHeight>> entry, WallHeight height)
Method parameters in net.minecraftforge.client.model.generators with type arguments of type WallHeight Modifier and Type Method Description private void
BlockStateProvider. wallSidePart(MultiPartBlockStateBuilder builder, ModelFile model, java.util.Map.Entry<Direction,Property<WallHeight>> entry, WallHeight height)
-