Enum Class SandstoneBlock.SanstoneType

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

public static enum SandstoneBlock.SanstoneType extends Enum<SandstoneBlock.SanstoneType> implements StringIdentifiable
Mappings:
Namespace Name
official aog$a
intermediary net/minecraft/class_181$class_2211
named net/minecraft/block/SandstoneBlock$SanstoneType
  • Enum Constant Details

    • DEFAULT

      public static final SandstoneBlock.SanstoneType DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Laog$a;a:Laog$a;
      intermediary field_9652 Lnet/minecraft/class_181$class_2211;field_9652:Lnet/minecraft/class_181$class_2211;
      named DEFAULT Lnet/minecraft/block/SandstoneBlock$SanstoneType;DEFAULT:Lnet/minecraft/block/SandstoneBlock$SanstoneType;
    • CHISELED

      public static final SandstoneBlock.SanstoneType CHISELED
      Mappings:
      Namespace Name Mixin selector
      official b Laog$a;b:Laog$a;
      intermediary field_9653 Lnet/minecraft/class_181$class_2211;field_9653:Lnet/minecraft/class_181$class_2211;
      named CHISELED Lnet/minecraft/block/SandstoneBlock$SanstoneType;CHISELED:Lnet/minecraft/block/SandstoneBlock$SanstoneType;
    • SMOOTH

      public static final SandstoneBlock.SanstoneType SMOOTH
      Mappings:
      Namespace Name Mixin selector
      official c Laog$a;c:Laog$a;
      intermediary field_9654 Lnet/minecraft/class_181$class_2211;field_9654:Lnet/minecraft/class_181$class_2211;
      named SMOOTH Lnet/minecraft/block/SandstoneBlock$SanstoneType;SMOOTH:Lnet/minecraft/block/SandstoneBlock$SanstoneType;
  • Field Details

    • TYPES

      private static final SandstoneBlock.SanstoneType[] TYPES
      Mappings:
      Namespace Name Mixin selector
      official d Laog$a;d:[Laog$a;
      intermediary field_9655 Lnet/minecraft/class_181$class_2211;field_9655:[Lnet/minecraft/class_181$class_2211;
      named TYPES Lnet/minecraft/block/SandstoneBlock$SanstoneType;TYPES:[Lnet/minecraft/block/SandstoneBlock$SanstoneType;
    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official e Laog$a;e:I
      intermediary field_9656 Lnet/minecraft/class_181$class_2211;field_9656:I
      named id Lnet/minecraft/block/SandstoneBlock$SanstoneType;id:I
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official f Laog$a;f:Ljava/lang/String;
      intermediary field_9657 Lnet/minecraft/class_181$class_2211;field_9657:Ljava/lang/String;
      named name Lnet/minecraft/block/SandstoneBlock$SanstoneType;name:Ljava/lang/String;
    • stateName

      private final String stateName
      Mappings:
      Namespace Name Mixin selector
      official g Laog$a;g:Ljava/lang/String;
      intermediary field_9658 Lnet/minecraft/class_181$class_2211;field_9658:Ljava/lang/String;
      named stateName Lnet/minecraft/block/SandstoneBlock$SanstoneType;stateName:Ljava/lang/String;
  • Constructor Details

    • SanstoneType

      private SanstoneType(int id, String name, String stateName)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laog$a;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_181$class_2211;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      named <init> Lnet/minecraft/block/SandstoneBlock$SanstoneType;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
  • Method Details

    • values

      public static SandstoneBlock.SanstoneType[] 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 SandstoneBlock.SanstoneType 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
    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      official a Laog$a;a()I
      intermediary method_8892 Lnet/minecraft/class_181$class_2211;method_8892()I
      named getId Lnet/minecraft/block/SandstoneBlock$SanstoneType;getId()I
    • toString

      public String toString()
      Overrides:
      toString in class Enum<SandstoneBlock.SanstoneType>
      Mappings:
      Namespace Name Mixin selector
      official toString Laog$a;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_181$class_2211;toString()Ljava/lang/String;
      named toString Lnet/minecraft/block/SandstoneBlock$SanstoneType;toString()Ljava/lang/String;
    • getById

      public static SandstoneBlock.SanstoneType getById(int id)
      Mappings:
      Namespace Name Mixin selector
      official a Laog$a;a(I)Laog$a;
      intermediary method_8893 Lnet/minecraft/class_181$class_2211;method_8893(I)Lnet/minecraft/class_181$class_2211;
      named getById Lnet/minecraft/block/SandstoneBlock$SanstoneType;getById(I)Lnet/minecraft/block/SandstoneBlock$SanstoneType;
    • 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;
    • getBlockStateName

      public String getBlockStateName()
      Mappings:
      Namespace Name Mixin selector
      official c Laog$a;c()Ljava/lang/String;
      intermediary method_8894 Lnet/minecraft/class_181$class_2211;method_8894()Ljava/lang/String;
      named getBlockStateName Lnet/minecraft/block/SandstoneBlock$SanstoneType;getBlockStateName()Ljava/lang/String;