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.siblingsBySideBias
Methods in net.minecraft.world.block that return WireOrientation.SideBiasModifier and TypeMethodDescriptionWireOrientation.getSideBias()
WireOrientation.SideBias.opposite()
static WireOrientation.SideBias
Returns 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 WireOrientation
WireOrientation.of
(Direction up, Direction front, WireOrientation.SideBias sideBias) protected static int
WireOrientation.ordinalFromComponents
(Direction up, Direction front, WireOrientation.SideBias sideBias) WireOrientation.withSideBias
(WireOrientation.SideBias sideBias) Constructors in net.minecraft.world.block with parameters of type WireOrientation.SideBiasModifierConstructorDescriptionprivate
WireOrientation
(Direction up, Direction front, WireOrientation.SideBias sideBias)