Uses of Enum Class
net.minecraft.world.level.block.state.properties.RedstoneSide
Packages that use RedstoneSide
Package
Description
-
Uses of RedstoneSide in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type RedstoneSideModifier 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
Methods in net.minecraft.world.level.block that return RedstoneSideModifier 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
Fields in net.minecraft.world.level.block.state.properties with type parameters of type RedstoneSideModifier 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
Methods in net.minecraft.world.level.block.state.properties that return RedstoneSideModifier 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.