Enum QuartzBlock.QuartzType

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

public static enum QuartzBlock.QuartzType
extends Enum<QuartzBlock.QuartzType>
implements StringIdentifiable
Mappings:
Namespace Name
official aiw$a
intermediary net/minecraft/class_278$class_279
named net/minecraft/block/QuartzBlock$QuartzType
  • Enum Constant Details

    • DEFAULT

      public static final QuartzBlock.QuartzType DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Laiw$a;a:Laiw$a;
      intermediary field_1122 Lnet/minecraft/class_278$class_279;field_1122:Lnet/minecraft/class_278$class_279;
      named DEFAULT Lnet/minecraft/block/QuartzBlock$QuartzType;DEFAULT:Lnet/minecraft/block/QuartzBlock$QuartzType;
    • CHISELED

      public static final QuartzBlock.QuartzType CHISELED
      Mappings:
      Namespace Name Mixin selector
      official b Laiw$a;b:Laiw$a;
      intermediary field_1123 Lnet/minecraft/class_278$class_279;field_1123:Lnet/minecraft/class_278$class_279;
      named CHISELED Lnet/minecraft/block/QuartzBlock$QuartzType;CHISELED:Lnet/minecraft/block/QuartzBlock$QuartzType;
    • LINES_X

      public static final QuartzBlock.QuartzType LINES_X
      Mappings:
      Namespace Name Mixin selector
      official c Laiw$a;c:Laiw$a;
      intermediary field_1124 Lnet/minecraft/class_278$class_279;field_1124:Lnet/minecraft/class_278$class_279;
      named LINES_X Lnet/minecraft/block/QuartzBlock$QuartzType;LINES_X:Lnet/minecraft/block/QuartzBlock$QuartzType;
    • LINES_Y

      public static final QuartzBlock.QuartzType LINES_Y
      Mappings:
      Namespace Name Mixin selector
      official d Laiw$a;d:Laiw$a;
      intermediary field_1125 Lnet/minecraft/class_278$class_279;field_1125:Lnet/minecraft/class_278$class_279;
      named LINES_Y Lnet/minecraft/block/QuartzBlock$QuartzType;LINES_Y:Lnet/minecraft/block/QuartzBlock$QuartzType;
    • LINES_Z

      public static final QuartzBlock.QuartzType LINES_Z
      Mappings:
      Namespace Name Mixin selector
      official e Laiw$a;e:Laiw$a;
      intermediary field_1126 Lnet/minecraft/class_278$class_279;field_1126:Lnet/minecraft/class_278$class_279;
      named LINES_Z Lnet/minecraft/block/QuartzBlock$QuartzType;LINES_Z:Lnet/minecraft/block/QuartzBlock$QuartzType;
  • Field Details

    • TYPES

      private static final QuartzBlock.QuartzType[] TYPES
      Mappings:
      Namespace Name Mixin selector
      official f Laiw$a;f:[Laiw$a;
      intermediary field_1127 Lnet/minecraft/class_278$class_279;field_1127:[Lnet/minecraft/class_278$class_279;
      named TYPES Lnet/minecraft/block/QuartzBlock$QuartzType;TYPES:[Lnet/minecraft/block/QuartzBlock$QuartzType;
    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official g Laiw$a;g:I
      intermediary field_1128 Lnet/minecraft/class_278$class_279;field_1128:I
      named id Lnet/minecraft/block/QuartzBlock$QuartzType;id:I
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official h Laiw$a;h:Ljava/lang/String;
      intermediary field_1129 Lnet/minecraft/class_278$class_279;field_1129:Ljava/lang/String;
      named name Lnet/minecraft/block/QuartzBlock$QuartzType;name:Ljava/lang/String;
    • stateName

      private final String stateName
      Mappings:
      Namespace Name Mixin selector
      official i Laiw$a;i:Ljava/lang/String;
      intermediary field_1130 Lnet/minecraft/class_278$class_279;field_1130:Ljava/lang/String;
      named stateName Lnet/minecraft/block/QuartzBlock$QuartzType;stateName:Ljava/lang/String;
  • Constructor Details

    • QuartzType

      private QuartzType​(int id, String name, String stateName)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laiw$a;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_278$class_279;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      named <init> Lnet/minecraft/block/QuartzBlock$QuartzType;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
  • Method Details

    • values

      public static QuartzBlock.QuartzType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static QuartzBlock.QuartzType valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      official a Laiw$a;a()I
      intermediary method_963 Lnet/minecraft/class_278$class_279;method_963()I
      named getId Lnet/minecraft/block/QuartzBlock$QuartzType;getId()I
    • toString

      public String toString()
      Overrides:
      toString in class Enum<QuartzBlock.QuartzType>
      Mappings:
      Namespace Name Mixin selector
      official toString Laiw$a;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_278$class_279;toString()Ljava/lang/String;
      named toString Lnet/minecraft/block/QuartzBlock$QuartzType;toString()Ljava/lang/String;
    • getById

      public static QuartzBlock.QuartzType getById​(int id)
      Mappings:
      Namespace Name Mixin selector
      official a Laiw$a;a(I)Laiw$a;
      intermediary method_964 Lnet/minecraft/class_278$class_279;method_964(I)Lnet/minecraft/class_278$class_279;
      named getById Lnet/minecraft/block/QuartzBlock$QuartzType;getById(I)Lnet/minecraft/block/QuartzBlock$QuartzType;
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official l Lnw;l()Ljava/lang/String;
      intermediary method_6682 Lnet/minecraft/class_1709;method_6682()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;