Uses of Enum Class
net.minecraft.state.properties.RedstoneSide
-
Uses of RedstoneSide in net.minecraft.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
(IBlockReader p_208074_1_, BlockPos p_208074_2_, Direction p_208074_3_) private RedstoneSide
RedstoneWireBlock.getConnectingSide
(IBlockReader p_235545_1_, BlockPos p_235545_2_, Direction p_235545_3_, boolean p_235545_4_) -
Uses of RedstoneSide in net.minecraft.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.