Uses of Enum Class
net.minecraft.block.enums.WireConnection
Packages that use WireConnection
- 
Uses of WireConnection in net.minecraft.blockFields in net.minecraft.block with type parameters of type WireConnectionModifier and TypeFieldDescriptionstatic final Map<Direction, EnumProperty<WireConnection>> RedstoneWireBlock.DIRECTION_TO_WIRE_CONNECTION_PROPERTYstatic final EnumProperty<WireConnection> RedstoneWireBlock.WIRE_CONNECTION_EASTstatic final EnumProperty<WireConnection> RedstoneWireBlock.WIRE_CONNECTION_NORTHstatic final EnumProperty<WireConnection> RedstoneWireBlock.WIRE_CONNECTION_SOUTHstatic final EnumProperty<WireConnection> RedstoneWireBlock.WIRE_CONNECTION_WESTMethods in net.minecraft.block that return WireConnectionModifier and TypeMethodDescriptionprivate WireConnectionRedstoneWireBlock.getRenderConnectionType(BlockView world, BlockPos pos, Direction direction) private WireConnectionRedstoneWireBlock.getRenderConnectionType(BlockView world, BlockPos pos, Direction direction, boolean bool) 
- 
Uses of WireConnection in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return WireConnectionModifier and TypeMethodDescriptionstatic WireConnectionReturns 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.propertyFields in net.minecraft.state.property with type parameters of type WireConnectionModifier and TypeFieldDescriptionstatic final EnumProperty<WireConnection> Properties.EAST_WIRE_CONNECTIONA property that specifies how redstone wire attaches to the east.static final EnumProperty<WireConnection> Properties.NORTH_WIRE_CONNECTIONA property that specifies how redstone wire attaches to the north.static final EnumProperty<WireConnection> Properties.SOUTH_WIRE_CONNECTIONA property that specifies how redstone wire attaches to the south.static final EnumProperty<WireConnection> Properties.WEST_WIRE_CONNECTIONA property that specifies how redstone wire attaches to the west.