Enum RedSandstoneBlock.RedSandstoneType

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

public static enum RedSandstoneBlock.RedSandstoneType
extends Enum<RedSandstoneBlock.RedSandstoneType>
implements StringIdentifiable
Mappings:
Namespace Name
official aiz$a
intermediary net/minecraft/class_282$class_283
named net/minecraft/block/RedSandstoneBlock$RedSandstoneType
  • Enum Constant Details

    • DEFAULT

      public static final RedSandstoneBlock.RedSandstoneType DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Laiz$a;a:Laiz$a;
      intermediary field_1134 Lnet/minecraft/class_282$class_283;field_1134:Lnet/minecraft/class_282$class_283;
      named DEFAULT Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;DEFAULT:Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
    • CHISELED

      public static final RedSandstoneBlock.RedSandstoneType CHISELED
      Mappings:
      Namespace Name Mixin selector
      official b Laiz$a;b:Laiz$a;
      intermediary field_1135 Lnet/minecraft/class_282$class_283;field_1135:Lnet/minecraft/class_282$class_283;
      named CHISELED Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;CHISELED:Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
    • SMOOTH

      public static final RedSandstoneBlock.RedSandstoneType SMOOTH
      Mappings:
      Namespace Name Mixin selector
      official c Laiz$a;c:Laiz$a;
      intermediary field_1136 Lnet/minecraft/class_282$class_283;field_1136:Lnet/minecraft/class_282$class_283;
      named SMOOTH Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;SMOOTH:Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
  • Field Details

    • TYPES

      private static final RedSandstoneBlock.RedSandstoneType[] TYPES
      Mappings:
      Namespace Name Mixin selector
      official d Laiz$a;d:[Laiz$a;
      intermediary field_1137 Lnet/minecraft/class_282$class_283;field_1137:[Lnet/minecraft/class_282$class_283;
      named TYPES Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;TYPES:[Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official e Laiz$a;e:I
      intermediary field_1138 Lnet/minecraft/class_282$class_283;field_1138:I
      named id Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;id:I
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official f Laiz$a;f:Ljava/lang/String;
      intermediary field_1139 Lnet/minecraft/class_282$class_283;field_1139:Ljava/lang/String;
      named name Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;name:Ljava/lang/String;
    • stateName

      private final String stateName
      Mappings:
      Namespace Name Mixin selector
      official g Laiz$a;g:Ljava/lang/String;
      intermediary field_1140 Lnet/minecraft/class_282$class_283;field_1140:Ljava/lang/String;
      named stateName Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;stateName:Ljava/lang/String;
  • Constructor Details

    • RedSandstoneType

      private RedSandstoneType​(int id, String name, String stateName)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laiz$a;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_282$class_283;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      named <init> Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
  • Method Details

    • values

      public static RedSandstoneBlock.RedSandstoneType[] 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 RedSandstoneBlock.RedSandstoneType 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 Laiz$a;a()I
      intermediary method_965 Lnet/minecraft/class_282$class_283;method_965()I
      named getId Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;getId()I
    • toString

      public String toString()
      Overrides:
      toString in class Enum<RedSandstoneBlock.RedSandstoneType>
      Mappings:
      Namespace Name Mixin selector
      official toString Laiz$a;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_282$class_283;toString()Ljava/lang/String;
      named toString Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;toString()Ljava/lang/String;
    • getById

      public static RedSandstoneBlock.RedSandstoneType getById​(int id)
      Mappings:
      Namespace Name Mixin selector
      official a Laiz$a;a(I)Laiz$a;
      intermediary method_966 Lnet/minecraft/class_282$class_283;method_966(I)Lnet/minecraft/class_282$class_283;
      named getById Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;getById(I)Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
    • 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;
    • getBlockStateName

      public String getBlockStateName()
      Mappings:
      Namespace Name Mixin selector
      official c Laiz$a;c()Ljava/lang/String;
      intermediary method_967 Lnet/minecraft/class_282$class_283;method_967()Ljava/lang/String;
      named getBlockStateName Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;getBlockStateName()Ljava/lang/String;