Uses of Enum Class
net.minecraft.block.enums.WireConnection
-
Uses of WireConnection in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final Map<Direction,
EnumProperty<WireConnection>> RedstoneWireBlock.DIRECTION_TO_WIRE_CONNECTION_PROPERTY
static final EnumProperty<WireConnection>
RedstoneWireBlock.WIRE_CONNECTION_EAST
static final EnumProperty<WireConnection>
RedstoneWireBlock.WIRE_CONNECTION_NORTH
static final EnumProperty<WireConnection>
RedstoneWireBlock.WIRE_CONNECTION_SOUTH
static final EnumProperty<WireConnection>
RedstoneWireBlock.WIRE_CONNECTION_WEST
Modifier and TypeMethodDescriptionprivate WireConnection
RedstoneWireBlock.getRenderConnectionType
(BlockView world, BlockPos pos, Direction direction) private WireConnection
RedstoneWireBlock.getRenderConnectionType
(BlockView world, BlockPos pos, Direction direction, boolean bool) -
Uses of WireConnection in net.minecraft.block.enums
Modifier and TypeMethodDescriptionstatic WireConnection
Returns the enum constant of this class with the specified name.static WireConnection[]
WireConnection.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WireConnection in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<WireConnection>
Properties.EAST_WIRE_CONNECTION
A property that specifies how redstone wire attaches to the east.static final EnumProperty<WireConnection>
Properties.NORTH_WIRE_CONNECTION
A property that specifies how redstone wire attaches to the north.static final EnumProperty<WireConnection>
Properties.SOUTH_WIRE_CONNECTION
A property that specifies how redstone wire attaches to the south.static final EnumProperty<WireConnection>
Properties.WEST_WIRE_CONNECTION
A property that specifies how redstone wire attaches to the west.