Uses of Enum Class
net.minecraft.world.level.block.state.properties.RedstoneSide
Package
Description
-
Uses of RedstoneSide in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic final EnumProperty
<RedstoneSide> RedStoneWireBlock.EAST
static final EnumProperty
<RedstoneSide> RedStoneWireBlock.NORTH
static final Map
<Direction, EnumProperty<RedstoneSide>> RedStoneWireBlock.PROPERTY_BY_DIRECTION
static final EnumProperty
<RedstoneSide> RedStoneWireBlock.SOUTH
static final EnumProperty
<RedstoneSide> RedStoneWireBlock.WEST
Modifier and TypeMethodDescriptionprivate RedstoneSide
RedStoneWireBlock.getConnectingSide
(BlockGetter p_55519_, BlockPos p_55520_, Direction p_55521_) private RedstoneSide
RedStoneWireBlock.getConnectingSide
(BlockGetter p_55523_, BlockPos p_55524_, Direction p_55525_, boolean p_55526_) -
Uses of RedstoneSide in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty
<RedstoneSide> BlockStateProperties.EAST_REDSTONE
static final EnumProperty
<RedstoneSide> BlockStateProperties.NORTH_REDSTONE
static final EnumProperty
<RedstoneSide> BlockStateProperties.SOUTH_REDSTONE
static final EnumProperty
<RedstoneSide> BlockStateProperties.WEST_REDSTONE
Modifier and TypeMethodDescriptionstatic RedstoneSide
Returns the enum constant of this class with the specified name.static RedstoneSide[]
RedstoneSide.values()
Returns an array containing the constants of this enum class, in the order they are declared.