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$SideBias
intermediary net/minecraft/class_9904$class_9905
official eve$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionopposite()
toString()
static WireOrientation.SideBias
Returns 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 LEFT
Lnet/minecraft/world/block/WireOrientation$SideBias;LEFT:Lnet/minecraft/world/block/WireOrientation$SideBias;
intermediary field_52681
Lnet/minecraft/class_9904$class_9905;field_52681:Lnet/minecraft/class_9904$class_9905;
official a
Leve$a;a:Leve$a;
-
RIGHT
- Mappings:
Namespace Name Mixin selector named RIGHT
Lnet/minecraft/world/block/WireOrientation$SideBias;RIGHT:Lnet/minecraft/world/block/WireOrientation$SideBias;
intermediary field_52682
Lnet/minecraft/class_9904$class_9905;field_52682:Lnet/minecraft/class_9904$class_9905;
official b
Leve$a;b:Leve$a;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/world/block/WireOrientation$SideBias;name:Ljava/lang/String;
intermediary field_52683
Lnet/minecraft/class_9904$class_9905;field_52683:Ljava/lang/String;
official c
Leve$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;)V
intermediary <init>
Lnet/minecraft/class_9904$class_9905;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Leve$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 opposite
Lnet/minecraft/world/block/WireOrientation$SideBias;opposite()Lnet/minecraft/world/block/WireOrientation$SideBias;
intermediary method_61863
Lnet/minecraft/class_9904$class_9905;method_61863()Lnet/minecraft/class_9904$class_9905;
official a
Leve$a;a()Leve$a;
-
toString
- Overrides:
toString
in classEnum<WireOrientation.SideBias>
-