Uses of Enum Class
net.minecraft.world.level.redstone.Orientation.SideBias
Packages that use Orientation.SideBias
-
Uses of Orientation.SideBias in net.minecraft.world.level.redstone
Subclasses with type arguments of type Orientation.SideBias in net.minecraft.world.level.redstoneFields in net.minecraft.world.level.redstone declared as Orientation.SideBiasFields in net.minecraft.world.level.redstone with type parameters of type Orientation.SideBiasModifier and TypeFieldDescriptionprivate final Map<Orientation.SideBias, Orientation> Orientation.withSideBiasMethods in net.minecraft.world.level.redstone that return Orientation.SideBiasModifier and TypeMethodDescriptionOrientation.SideBias.getOpposite()Orientation.getSideBias()static Orientation.SideBiasReturns the enum constant of this class with the specified name.static Orientation.SideBias[]Orientation.SideBias.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.redstone with parameters of type Orientation.SideBiasModifier and TypeMethodDescriptionprotected static intOrientation.generateIndex(Direction up, Direction front, Orientation.SideBias sideBias) static OrientationOrientation.of(Direction up, Direction front, Orientation.SideBias sideBias) Orientation.withSideBias(Orientation.SideBias sideBias) Constructors in net.minecraft.world.level.redstone with parameters of type Orientation.SideBiasModifierConstructorDescriptionprivateOrientation(Direction up, Direction front, Orientation.SideBias sideBias)