Enum Class RedstoneWireBlock.RedstoneWireType

java.lang.Object
java.lang.Enum<RedstoneWireBlock.RedstoneWireType>
net.minecraft.block.RedstoneWireBlock.RedstoneWireType
All Implemented Interfaces:
Serializable, Comparable<RedstoneWireBlock.RedstoneWireType>, Constable, StringIdentifiable
Enclosing class:
RedstoneWireBlock

static enum RedstoneWireBlock.RedstoneWireType extends Enum<RedstoneWireBlock.RedstoneWireType> implements StringIdentifiable
Mappings:
Namespace Name
official anx$a
intermediary net/minecraft/class_177$class_2209
named net/minecraft/block/RedstoneWireBlock$RedstoneWireType
  • Enum Constant Details

    • UP

      public static final RedstoneWireBlock.RedstoneWireType UP
      Mappings:
      Namespace Name Mixin selector
      official a Lanx$a;a:Lanx$a;
      intermediary field_9632 Lnet/minecraft/class_177$class_2209;field_9632:Lnet/minecraft/class_177$class_2209;
      named UP Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;UP:Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;
    • SIDE

      public static final RedstoneWireBlock.RedstoneWireType SIDE
      Mappings:
      Namespace Name Mixin selector
      official b Lanx$a;b:Lanx$a;
      intermediary field_9633 Lnet/minecraft/class_177$class_2209;field_9633:Lnet/minecraft/class_177$class_2209;
      named SIDE Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;SIDE:Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;
    • NONE

      public static final RedstoneWireBlock.RedstoneWireType NONE
      Mappings:
      Namespace Name Mixin selector
      official c Lanx$a;c:Lanx$a;
      intermediary field_9634 Lnet/minecraft/class_177$class_2209;field_9634:Lnet/minecraft/class_177$class_2209;
      named NONE Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;NONE:Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official d Lanx$a;d:Ljava/lang/String;
      intermediary field_9635 Lnet/minecraft/class_177$class_2209;field_9635:Ljava/lang/String;
      named name Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;name:Ljava/lang/String;
  • Constructor Details

    • RedstoneWireType

      private RedstoneWireType(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lanx$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_177$class_2209;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static RedstoneWireBlock.RedstoneWireType[] 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 RedstoneWireBlock.RedstoneWireType 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<RedstoneWireBlock.RedstoneWireType>
      Mappings:
      Namespace Name Mixin selector
      official toString Lanx$a;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_177$class_2209;toString()Ljava/lang/String;
      named toString Lnet/minecraft/block/RedstoneWireBlock$RedstoneWireType;toString()Ljava/lang/String;
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official m Lor;m()Ljava/lang/String;
      intermediary method_10853 Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;