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> MossyCarpetBlock.EAST
static final EnumProperty
<WallSide> WallBlock.EAST
static final EnumProperty
<WallSide> MossyCarpetBlock.NORTH
static final EnumProperty
<WallSide> WallBlock.NORTH
static final Map
<Direction, EnumProperty<WallSide>> MossyCarpetBlock.PROPERTY_BY_DIRECTION
static final Map
<Direction, EnumProperty<WallSide>> WallBlock.PROPERTY_BY_DIRECTION
static final EnumProperty
<WallSide> MossyCarpetBlock.SOUTH
static final EnumProperty
<WallSide> WallBlock.SOUTH
static final EnumProperty
<WallSide> MossyCarpetBlock.WEST
static final EnumProperty
<WallSide> WallBlock.WEST
Methods in net.minecraft.world.level.block that return WallSideModifier and TypeMethodDescriptionprivate WallSide
WallBlock.makeWallState
(boolean p_58042_, VoxelShape p_58043_, VoxelShape p_58044_) Methods in net.minecraft.world.level.block that return types with arguments of type WallSideModifier and TypeMethodDescriptionstatic EnumProperty
<WallSide> MossyCarpetBlock.getPropertyForFace
(Direction p_379421_) Method parameters in net.minecraft.world.level.block with type arguments of type WallSideModifier and TypeMethodDescriptionprivate static boolean
WallBlock.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 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