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 EnumProperty<RedstoneSide>
RedStoneWireBlock.EAST
static EnumProperty<RedstoneSide>
RedStoneWireBlock.NORTH
static Map<Direction,EnumProperty<RedstoneSide>>
RedStoneWireBlock.PROPERTY_BY_DIRECTION
static EnumProperty<RedstoneSide>
RedStoneWireBlock.SOUTH
static 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 EnumProperty<RedstoneSide>
BlockStateProperties.EAST_REDSTONE
static EnumProperty<RedstoneSide>
BlockStateProperties.NORTH_REDSTONE
static EnumProperty<RedstoneSide>
BlockStateProperties.SOUTH_REDSTONE
static 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.