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
Fields 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 pUp, Direction pFront, Orientation.SideBias pSideBias) static OrientationOrientation.of(Direction pUp, Direction pFront, Orientation.SideBias pSideBias) Orientation.withSideBias(Orientation.SideBias pSideBias) Constructors in net.minecraft.world.level.redstone with parameters of type Orientation.SideBiasModifierConstructorDescriptionprivateOrientation(Direction pUp, Direction pFront, Orientation.SideBias pSideBias)