Uses of Class
net.minecraft.block.enums.WireConnection
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.enums | |
net.minecraft.state.property |
-
Uses of WireConnection in net.minecraft.block
Fields in net.minecraft.block with type parameters of type WireConnection Modifier and Type Field Description static Map<Direction,EnumProperty<WireConnection>>
RedstoneWireBlock. DIRECTION_TO_WIRE_CONNECTION_PROPERTY
static EnumProperty<WireConnection>
RedstoneWireBlock. WIRE_CONNECTION_EAST
static EnumProperty<WireConnection>
RedstoneWireBlock. WIRE_CONNECTION_NORTH
static EnumProperty<WireConnection>
RedstoneWireBlock. WIRE_CONNECTION_SOUTH
static EnumProperty<WireConnection>
RedstoneWireBlock. WIRE_CONNECTION_WEST
Methods in net.minecraft.block that return WireConnection Modifier and Type Method Description private 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
Methods in net.minecraft.block.enums that return WireConnection Modifier and Type Method Description static WireConnection
WireConnection. valueOf(String name)
Returns the enum constant of this type with the specified name.static WireConnection[]
WireConnection. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WireConnection in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type WireConnection Modifier and Type Field Description static EnumProperty<WireConnection>
Properties. EAST_WIRE_CONNECTION
A property that specifies how redstone wire attaches to the east.static EnumProperty<WireConnection>
Properties. NORTH_WIRE_CONNECTION
A property that specifies how redstone wire attaches to the north.static EnumProperty<WireConnection>
Properties. SOUTH_WIRE_CONNECTION
A property that specifies how redstone wire attaches to the south.static EnumProperty<WireConnection>
Properties. WEST_WIRE_CONNECTION
A property that specifies how redstone wire attaches to the west.