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.withSideBias
Methods in net.minecraft.world.level.redstone that return Orientation.SideBiasModifier and TypeMethodDescriptionOrientation.SideBias.getOpposite()
Orientation.getSideBias()
static Orientation.SideBias
Returns 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 int
Orientation.generateIndex
(Direction pUp, Direction pFront, Orientation.SideBias pSideBias) static Orientation
Orientation.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.SideBiasModifierConstructorDescriptionprivate
Orientation
(Direction pUp, Direction pFront, Orientation.SideBias pSideBias)