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 p_363983_, Direction p_362587_, Orientation.SideBias p_364035_) static Orientation
Orientation.of
(Direction p_364419_, Direction p_364902_, Orientation.SideBias p_361055_) Orientation.withSideBias
(Orientation.SideBias p_361549_) Constructors in net.minecraft.world.level.redstone with parameters of type Orientation.SideBiasModifierConstructorDescriptionprivate
Orientation
(Direction p_362594_, Direction p_362639_, Orientation.SideBias p_361294_)