Uses of Enum Class
net.minecraft.world.level.block.state.properties.WallSide
Packages that use WallSide
Package
Description
-
Uses of WallSide in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type WallSideModifier and TypeFieldDescriptionstatic EnumProperty<WallSide>WallBlock.EAST_WALLstatic EnumProperty<WallSide>WallBlock.NORTH_WALLstatic EnumProperty<WallSide>WallBlock.SOUTH_WALLstatic EnumProperty<WallSide>WallBlock.WEST_WALLMethods in net.minecraft.world.level.block that return WallSideModifier and TypeMethodDescriptionprivate WallSideWallBlock.makeWallState(boolean p_58042_, VoxelShape p_58043_, VoxelShape p_58044_)Methods in net.minecraft.world.level.block with parameters of type WallSideModifier and TypeMethodDescriptionprivate static VoxelShapeWallBlock.applyWallShape(VoxelShape p_58034_, WallSide p_58035_, VoxelShape p_58036_, VoxelShape p_58037_)Method parameters in net.minecraft.world.level.block with type arguments of type WallSideModifier and TypeMethodDescriptionprivate static booleanWallBlock.isConnected(BlockState p_58011_, Property<WallSide> p_58012_) -
Uses of WallSide in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type WallSideModifier and TypeFieldDescriptionstatic EnumProperty<WallSide>BlockStateProperties.EAST_WALLstatic EnumProperty<WallSide>BlockStateProperties.NORTH_WALLstatic EnumProperty<WallSide>BlockStateProperties.SOUTH_WALLstatic EnumProperty<WallSide>BlockStateProperties.WEST_WALLMethods in net.minecraft.world.level.block.state.properties that return WallSide -
Uses of WallSide in net.minecraftforge.client.model.generators
Fields in net.minecraftforge.client.model.generators with type parameters of type WallSideMethods in net.minecraftforge.client.model.generators with parameters of type WallSideModifier and TypeMethodDescriptionprivate voidBlockStateProvider.wallSidePart(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction,Property<WallSide>> entry, WallSide height)Method parameters in net.minecraftforge.client.model.generators with type arguments of type WallSideModifier and TypeMethodDescriptionprivate voidBlockStateProvider.wallSidePart(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction,Property<WallSide>> entry, WallSide height)