Enum Class WireOrientation.SideBias

java.lang.Object
java.lang.Enum<WireOrientation.SideBias>
net.minecraft.world.block.WireOrientation.SideBias
All Implemented Interfaces:
Serializable, Comparable<WireOrientation.SideBias>, Constable
Enclosing class:
WireOrientation

public static enum WireOrientation.SideBias extends Enum<WireOrientation.SideBias>
Mappings:
Namespace Name
named net/minecraft/world/block/WireOrientation$SideBias
intermediary net/minecraft/class_9904$class_9905
official eve$a
  • Enum Constant Details

    • LEFT

      public static final WireOrientation.SideBias 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;
  • Field Details

    • name

      private final String 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

      private SideBias(String name)
      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

      public static WireOrientation.SideBias[] 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

      public static WireOrientation.SideBias valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • opposite

      public WireOrientation.SideBias 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

      public String toString()
      Overrides:
      toString in class Enum<WireOrientation.SideBias>