Enum Class WireConnection

java.lang.Object
java.lang.Enum<WireConnection>
net.minecraft.block.enums.WireConnection
All Implemented Interfaces:
Serializable, Comparable<WireConnection>, Constable, StringIdentifiable

public enum WireConnection extends Enum<WireConnection> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/block/enums/WireConnection
intermediary net/minecraft/class_2773
official duh
  • Enum Constant Details Link icon

    • UP Link icon

      public static final WireConnection UP
      Mappings:
      Namespace Name Mixin selector
      named UP Lnet/minecraft/block/enums/WireConnection;UP:Lnet/minecraft/block/enums/WireConnection;
      intermediary field_12686 Lnet/minecraft/class_2773;field_12686:Lnet/minecraft/class_2773;
      official a Lduh;a:Lduh;
    • SIDE Link icon

      public static final WireConnection SIDE
      Mappings:
      Namespace Name Mixin selector
      named SIDE Lnet/minecraft/block/enums/WireConnection;SIDE:Lnet/minecraft/block/enums/WireConnection;
      intermediary field_12689 Lnet/minecraft/class_2773;field_12689:Lnet/minecraft/class_2773;
      official b Lduh;b:Lduh;
    • NONE Link icon

      public static final WireConnection NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/block/enums/WireConnection;NONE:Lnet/minecraft/block/enums/WireConnection;
      intermediary field_12687 Lnet/minecraft/class_2773;field_12687:Lnet/minecraft/class_2773;
      official c Lduh;c:Lduh;
  • Field Details Link icon

    • name Link icon

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/block/enums/WireConnection;name:Ljava/lang/String;
      intermediary field_12685 Lnet/minecraft/class_2773;field_12685:Ljava/lang/String;
      official d Lduh;d:Ljava/lang/String;
  • Constructor Details Link icon

    • WireConnection Link icon

      private WireConnection(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/enums/WireConnection;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2773;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Lduh;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details Link icon

    • values Link icon

      public static WireConnection[] 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 WireConnection 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
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Enum<WireConnection>
    • asString Link icon

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazk;c()Ljava/lang/String;
    • isConnected Link icon

      public boolean isConnected()
      Mappings:
      Namespace Name Mixin selector
      named isConnected Lnet/minecraft/block/enums/WireConnection;isConnected()Z
      intermediary method_27855 Lnet/minecraft/class_2773;method_27855()Z
      official a Lduh;a()Z