Package net.minecraft.block
Enum Class 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$aintermediary net/minecraft/class_181$class_2211named net/minecraft/block/SandstoneBlock$SanstoneType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()static SandstoneBlock.SanstoneTypegetById(int id) intgetId()toString()static SandstoneBlock.SanstoneTypeReturns the enum constant of this class with the specified name.static SandstoneBlock.SanstoneType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official aLaog$a;a:Laog$a;intermediary field_9652Lnet/minecraft/class_181$class_2211;field_9652:Lnet/minecraft/class_181$class_2211;named DEFAULTLnet/minecraft/block/SandstoneBlock$SanstoneType;DEFAULT:Lnet/minecraft/block/SandstoneBlock$SanstoneType;
-
CHISELED
- Mappings:
Namespace Name Mixin selector official bLaog$a;b:Laog$a;intermediary field_9653Lnet/minecraft/class_181$class_2211;field_9653:Lnet/minecraft/class_181$class_2211;named CHISELEDLnet/minecraft/block/SandstoneBlock$SanstoneType;CHISELED:Lnet/minecraft/block/SandstoneBlock$SanstoneType;
-
SMOOTH
- Mappings:
Namespace Name Mixin selector official cLaog$a;c:Laog$a;intermediary field_9654Lnet/minecraft/class_181$class_2211;field_9654:Lnet/minecraft/class_181$class_2211;named SMOOTHLnet/minecraft/block/SandstoneBlock$SanstoneType;SMOOTH:Lnet/minecraft/block/SandstoneBlock$SanstoneType;
-
-
Field Details
-
TYPES
- Mappings:
Namespace Name Mixin selector official dLaog$a;d:[Laog$a;intermediary field_9655Lnet/minecraft/class_181$class_2211;field_9655:[Lnet/minecraft/class_181$class_2211;named TYPESLnet/minecraft/block/SandstoneBlock$SanstoneType;TYPES:[Lnet/minecraft/block/SandstoneBlock$SanstoneType;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official eLaog$a;e:Iintermediary field_9656Lnet/minecraft/class_181$class_2211;field_9656:Inamed idLnet/minecraft/block/SandstoneBlock$SanstoneType;id:I
-
name
- Mappings:
Namespace Name Mixin selector official fLaog$a;f:Ljava/lang/String;intermediary field_9657Lnet/minecraft/class_181$class_2211;field_9657:Ljava/lang/String;named nameLnet/minecraft/block/SandstoneBlock$SanstoneType;name:Ljava/lang/String;
-
stateName
- Mappings:
Namespace Name Mixin selector official gLaog$a;g:Ljava/lang/String;intermediary field_9658Lnet/minecraft/class_181$class_2211;field_9658:Ljava/lang/String;named stateNameLnet/minecraft/block/SandstoneBlock$SanstoneType;stateName:Ljava/lang/String;
-
-
Constructor Details
-
SanstoneType
- Mappings:
Namespace Name Mixin selector official <init>Laog$a;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_181$class_2211;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/block/SandstoneBlock$SanstoneType;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)V
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector official aLaog$a;a()Iintermediary method_8892Lnet/minecraft/class_181$class_2211;method_8892()Inamed getIdLnet/minecraft/block/SandstoneBlock$SanstoneType;getId()I
-
toString
- Overrides:
toStringin classEnum<SandstoneBlock.SanstoneType>- Mappings:
Namespace Name Mixin selector official toStringLaog$a;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_181$class_2211;toString()Ljava/lang/String;named toStringLnet/minecraft/block/SandstoneBlock$SanstoneType;toString()Ljava/lang/String;
-
getById
- Mappings:
Namespace Name Mixin selector official aLaog$a;a(I)Laog$a;intermediary method_8893Lnet/minecraft/class_181$class_2211;method_8893(I)Lnet/minecraft/class_181$class_2211;named getByIdLnet/minecraft/block/SandstoneBlock$SanstoneType;getById(I)Lnet/minecraft/block/SandstoneBlock$SanstoneType;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official mLor;m()Ljava/lang/String;intermediary method_10853Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
getBlockStateName
- Mappings:
Namespace Name Mixin selector official cLaog$a;c()Ljava/lang/String;intermediary method_8894Lnet/minecraft/class_181$class_2211;method_8894()Ljava/lang/String;named getBlockStateNameLnet/minecraft/block/SandstoneBlock$SanstoneType;getBlockStateName()Ljava/lang/String;
-