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_WALLstatic final EnumProperty<WallHeight>WallBlock.NORTH_WALLstatic final EnumProperty<WallHeight>WallBlock.SOUTH_WALLstatic final EnumProperty<WallHeight>WallBlock.WEST_WALLMethods in net.minecraft.block that return WallHeightModifier and TypeMethodDescriptionprivate WallHeightWallBlock.makeWallState(boolean p_235633_1_, VoxelShape p_235633_2_, VoxelShape p_235633_3_) static WallHeightReturns 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 VoxelShapeWallBlock.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 booleanWallBlock.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_WALLstatic final EnumProperty<WallHeight>BlockStateProperties.NORTH_WALLstatic final EnumProperty<WallHeight>BlockStateProperties.SOUTH_WALLstatic 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_PROPSMethods in net.minecraftforge.client.model.generators with parameters of type WallHeightModifier and TypeMethodDescriptionprivate voidBlockStateProvider.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 voidBlockStateProvider.wallSidePart(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction, Property<WallHeight>> entry, WallHeight height)