Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.state.properties |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<RedstoneSide> |
RedstoneWireBlock.EAST |
static java.util.Map<Direction,EnumProperty<RedstoneSide>> |
RedstoneWireBlock.FACING_PROPERTY_MAP |
static EnumProperty<RedstoneSide> |
RedstoneWireBlock.NORTH |
static EnumProperty<RedstoneSide> |
RedstoneWireBlock.SOUTH |
static EnumProperty<RedstoneSide> |
RedstoneWireBlock.WEST |
Modifier and Type | Method and Description |
---|---|
private RedstoneSide |
RedstoneWireBlock.getSide(IBlockReader worldIn,
BlockPos pos,
Direction face) |
Modifier and Type | Field and Description |
---|---|
static EnumProperty<RedstoneSide> |
BlockStateProperties.REDSTONE_EAST |
static EnumProperty<RedstoneSide> |
BlockStateProperties.REDSTONE_NORTH |
static EnumProperty<RedstoneSide> |
BlockStateProperties.REDSTONE_SOUTH |
static EnumProperty<RedstoneSide> |
BlockStateProperties.REDSTONE_WEST |
Modifier and Type | Method and Description |
---|---|
static RedstoneSide |
RedstoneSide.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RedstoneSide[] |
RedstoneSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|