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 eui$a
  • Enum Constant Details Link icon

    • LEFT Link icon

      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 Leui$a;a:Leui$a;
  • Field Details Link icon

    • name Link icon

      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 Leui$a;c:Ljava/lang/String;
  • Constructor Details Link icon

    • SideBias Link icon

      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> Leui$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details Link icon

    • values Link icon

      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 Link icon

      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 Link icon

      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 Leui$a;a()Leui$a;
    • toString Link icon

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