Enum SandstoneBlock.SanstoneType

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

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

    • DEFAULT

      public static final SandstoneBlock.SanstoneType DEFAULT
      Mappings:
      Namespace Name Mixin selector
      official a Laji$a;a:Laji$a;
      intermediary field_1174 Lnet/minecraft/class_296$class_297;field_1174:Lnet/minecraft/class_296$class_297;
      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 Laji$a;b:Laji$a;
      intermediary field_1175 Lnet/minecraft/class_296$class_297;field_1175:Lnet/minecraft/class_296$class_297;
      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 Laji$a;c:Laji$a;
      intermediary field_1176 Lnet/minecraft/class_296$class_297;field_1176:Lnet/minecraft/class_296$class_297;
      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 Laji$a;d:[Laji$a;
      intermediary field_1177 Lnet/minecraft/class_296$class_297;field_1177:[Lnet/minecraft/class_296$class_297;
      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 Laji$a;e:I
      intermediary field_1178 Lnet/minecraft/class_296$class_297;field_1178:I
      named id Lnet/minecraft/block/SandstoneBlock$SanstoneType;id:I
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official f Laji$a;f:Ljava/lang/String;
      intermediary field_1179 Lnet/minecraft/class_296$class_297;field_1179: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 Laji$a;g:Ljava/lang/String;
      intermediary field_1180 Lnet/minecraft/class_296$class_297;field_1180: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> Laji$a;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_296$class_297;<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 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 SandstoneBlock.SanstoneType 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 Laji$a;a()I
      intermediary method_989 Lnet/minecraft/class_296$class_297;method_989()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 Laji$a;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_296$class_297;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 Laji$a;a(I)Laji$a;
      intermediary method_990 Lnet/minecraft/class_296$class_297;method_990(I)Lnet/minecraft/class_296$class_297;
      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 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 Laji$a;c()Ljava/lang/String;
      intermediary method_991 Lnet/minecraft/class_296$class_297;method_991()Ljava/lang/String;
      named getBlockStateName Lnet/minecraft/block/SandstoneBlock$SanstoneType;getBlockStateName()Ljava/lang/String;