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
official czy
intermediary net/minecraft/class_2773
named net/minecraft/block/enums/WireConnection
  • Enum Constant Details

    • UP

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

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

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

    • name

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

    • WireConnection

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

    • values

      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

      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

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

      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
      official c Laor;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
    • isConnected

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