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 TypeFieldDescriptionprivate static final EnumProperty<WallSide> MossyCarpetBlock.EASTstatic final EnumProperty<WallSide> WallBlock.EAST_WALLprivate static final EnumProperty<WallSide> MossyCarpetBlock.NORTHstatic final EnumProperty<WallSide> WallBlock.NORTH_WALLprivate static final Map<Direction, EnumProperty<WallSide>> MossyCarpetBlock.PROPERTY_BY_DIRECTIONprivate static final EnumProperty<WallSide> MossyCarpetBlock.SOUTHstatic final EnumProperty<WallSide> WallBlock.SOUTH_WALLprivate static final EnumProperty<WallSide> MossyCarpetBlock.WESTstatic final EnumProperty<WallSide> WallBlock.WEST_WALLMethods in net.minecraft.world.level.block that return WallSideModifier and TypeMethodDescriptionprivate WallSideWallBlock.makeWallState(boolean pAllowConnection, VoxelShape pShape, VoxelShape pNeighbourShape) Methods in net.minecraft.world.level.block that return types with arguments of type WallSideModifier and TypeMethodDescriptionstatic EnumProperty<WallSide> MossyCarpetBlock.getPropertyForFace(Direction pDirection) Methods in net.minecraft.world.level.block with parameters of type WallSideModifier and TypeMethodDescriptionprivate static VoxelShapeWallBlock.applyWallShape(VoxelShape pBaseShape, WallSide pHeight, VoxelShape pLowShape, VoxelShape pTallShape) Method parameters in net.minecraft.world.level.block with type arguments of type WallSideModifier and TypeMethodDescriptionprivate static booleanWallBlock.isConnected(BlockState pState, Property<WallSide> pHeightProperty) -
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_WALLstatic final EnumProperty<WallSide> BlockStateProperties.NORTH_WALLstatic final EnumProperty<WallSide> BlockStateProperties.SOUTH_WALLstatic final EnumProperty<WallSide> BlockStateProperties.WEST_WALLMethods in net.minecraft.world.level.block.state.properties that return WallSide