Package net.minecraft.world.block
Enum Class WireOrientation.SideBias
- All Implemented Interfaces:
Serializable,Comparable<WireOrientation.SideBias>,Constable
- Enclosing class:
WireOrientation
- Mappings:
Namespace Name named net/minecraft/world/block/WireOrientation$SideBiasintermediary net/minecraft/class_9904$class_9905official ezi$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopposite()toString()static WireOrientation.SideBiasReturns the enum constant of this class with the specified name.static WireOrientation.SideBias[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LEFT
- Mappings:
Namespace Name Mixin selector named LEFTLnet/minecraft/world/block/WireOrientation$SideBias;LEFT:Lnet/minecraft/world/block/WireOrientation$SideBias;intermediary field_52681Lnet/minecraft/class_9904$class_9905;field_52681:Lnet/minecraft/class_9904$class_9905;official aLezi$a;a:Lezi$a;
-
RIGHT
- Mappings:
Namespace Name Mixin selector named RIGHTLnet/minecraft/world/block/WireOrientation$SideBias;RIGHT:Lnet/minecraft/world/block/WireOrientation$SideBias;intermediary field_52682Lnet/minecraft/class_9904$class_9905;field_52682:Lnet/minecraft/class_9904$class_9905;official bLezi$a;b:Lezi$a;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/world/block/WireOrientation$SideBias;name:Ljava/lang/String;intermediary field_52683Lnet/minecraft/class_9904$class_9905;field_52683:Ljava/lang/String;official cLezi$a;c:Ljava/lang/String;
-
-
Constructor Details
-
SideBias
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/block/WireOrientation$SideBias;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_9904$class_9905;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lezi$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
opposite
- Mappings:
Namespace Name Mixin selector named oppositeLnet/minecraft/world/block/WireOrientation$SideBias;opposite()Lnet/minecraft/world/block/WireOrientation$SideBias;intermediary method_61863Lnet/minecraft/class_9904$class_9905;method_61863()Lnet/minecraft/class_9904$class_9905;official aLezi$a;a()Lezi$a;
-
toString
- Overrides:
toStringin classEnum<WireOrientation.SideBias>
-