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 final EnumProperty
<WallSide> WallBlock.EAST_WALL
static final EnumProperty
<WallSide> WallBlock.NORTH_WALL
static final EnumProperty
<WallSide> WallBlock.SOUTH_WALL
static final EnumProperty
<WallSide> WallBlock.WEST_WALL
Methods in net.minecraft.world.level.block that return WallSideModifier and TypeMethodDescriptionprivate WallSide
WallBlock.makeWallState
(boolean allowConnection, VoxelShape shape, VoxelShape neighbourShape) Methods in net.minecraft.world.level.block with parameters of type WallSideModifier and TypeMethodDescriptionprivate static VoxelShape
WallBlock.applyWallShape
(VoxelShape baseShape, WallSide height, VoxelShape lowShape, VoxelShape tallShape) Method parameters in net.minecraft.world.level.block with type arguments of type WallSideModifier and TypeMethodDescriptionprivate static boolean
WallBlock.isConnected
(BlockState state, Property<WallSide> heightProperty) -
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 final EnumProperty
<WallSide> BlockStateProperties.EAST_WALL
static final EnumProperty
<WallSide> BlockStateProperties.NORTH_WALL
static final EnumProperty
<WallSide> BlockStateProperties.SOUTH_WALL
static final EnumProperty
<WallSide> BlockStateProperties.WEST_WALL
Methods in net.minecraft.world.level.block.state.properties that return WallSide -
Uses of WallSide in net.neoforged.neoforge.client.model.generators
Fields in net.neoforged.neoforge.client.model.generators with type parameters of type WallSideMethods in net.neoforged.neoforge.client.model.generators with parameters of type WallSideModifier and TypeMethodDescriptionprivate void
BlockStateProvider.wallSidePart
(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction, Property<WallSide>> entry, WallSide height) Method parameters in net.neoforged.neoforge.client.model.generators with type arguments of type WallSideModifier and TypeMethodDescriptionprivate void
BlockStateProvider.wallSidePart
(MultiPartBlockStateBuilder builder, ModelFile model, Map.Entry<Direction, Property<WallSide>> entry, WallSide height)