Uses of Enum Class
net.minecraft.world.block.WireOrientation.SideBias
Packages that use WireOrientation.SideBias
-
Uses of WireOrientation.SideBias in net.minecraft.world.block
Fields in net.minecraft.world.block declared as WireOrientation.SideBiasFields in net.minecraft.world.block with type parameters of type WireOrientation.SideBiasModifier and TypeFieldDescriptionprivate final Map<WireOrientation.SideBias, WireOrientation> WireOrientation.siblingsBySideBiasMethods in net.minecraft.world.block that return WireOrientation.SideBiasModifier and TypeMethodDescriptionWireOrientation.getSideBias()WireOrientation.SideBias.opposite()static WireOrientation.SideBiasReturns the enum constant of this class with the specified name.static WireOrientation.SideBias[]WireOrientation.SideBias.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.block with parameters of type WireOrientation.SideBiasModifier and TypeMethodDescriptionstatic WireOrientationWireOrientation.of(Direction up, Direction front, WireOrientation.SideBias sideBias) protected static intWireOrientation.ordinalFromComponents(Direction up, Direction front, WireOrientation.SideBias sideBias) WireOrientation.withSideBias(WireOrientation.SideBias sideBias) Constructors in net.minecraft.world.block with parameters of type WireOrientation.SideBiasModifierConstructorDescriptionprivateWireOrientation(Direction up, Direction front, WireOrientation.SideBias sideBias)