Package net.minecraft.block
Enum Class RedSandstoneBlock.RedSandstoneType
java.lang.Object
java.lang.Enum<RedSandstoneBlock.RedSandstoneType>
net.minecraft.block.RedSandstoneBlock.RedSandstoneType
- All Implemented Interfaces:
Serializable,Comparable<RedSandstoneBlock.RedSandstoneType>,Constable,StringIdentifiable
- Enclosing class:
- RedSandstoneBlock
public static enum RedSandstoneBlock.RedSandstoneType
extends Enum<RedSandstoneBlock.RedSandstoneType>
implements StringIdentifiable
- Mappings:
Namespace Name official atd$aintermediary net/minecraft/class_2207$class_2208named net/minecraft/block/RedSandstoneBlock$RedSandstoneType
-
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
-
Enum Constant Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector official aLatd$a;a:Latd$a;intermediary field_9619Lnet/minecraft/class_2207$class_2208;field_9619:Lnet/minecraft/class_2207$class_2208;named DEFAULTLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;DEFAULT:Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
-
CHISELED
- Mappings:
Namespace Name Mixin selector official bLatd$a;b:Latd$a;intermediary field_9620Lnet/minecraft/class_2207$class_2208;field_9620:Lnet/minecraft/class_2207$class_2208;named CHISELEDLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;CHISELED:Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
-
SMOOTH
- Mappings:
Namespace Name Mixin selector official cLatd$a;c:Latd$a;intermediary field_9621Lnet/minecraft/class_2207$class_2208;field_9621:Lnet/minecraft/class_2207$class_2208;named SMOOTHLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;SMOOTH:Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
-
-
Field Details
-
TYPES
- Mappings:
Namespace Name Mixin selector official dLatd$a;d:[Latd$a;intermediary field_9622Lnet/minecraft/class_2207$class_2208;field_9622:[Lnet/minecraft/class_2207$class_2208;named TYPESLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;TYPES:[Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official eLatd$a;e:Iintermediary field_9623Lnet/minecraft/class_2207$class_2208;field_9623:Inamed idLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;id:I
-
name
- Mappings:
Namespace Name Mixin selector official fLatd$a;f:Ljava/lang/String;intermediary field_9624Lnet/minecraft/class_2207$class_2208;field_9624:Ljava/lang/String;named nameLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;name:Ljava/lang/String;
-
stateName
- Mappings:
Namespace Name Mixin selector official gLatd$a;g:Ljava/lang/String;intermediary field_9625Lnet/minecraft/class_2207$class_2208;field_9625:Ljava/lang/String;named stateNameLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;stateName:Ljava/lang/String;
-
-
Constructor Details
-
RedSandstoneType
- Mappings:
Namespace Name Mixin selector official <init>Latd$a;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2207$class_2208;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;<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 aLatd$a;a()Iintermediary method_8869Lnet/minecraft/class_2207$class_2208;method_8869()Inamed getIdLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;getId()I
-
toString
- Overrides:
toStringin classEnum<RedSandstoneBlock.RedSandstoneType>- Mappings:
Namespace Name Mixin selector official toStringLatd$a;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_2207$class_2208;toString()Ljava/lang/String;named toStringLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;toString()Ljava/lang/String;
-
getById
- Mappings:
Namespace Name Mixin selector official aLatd$a;a(I)Latd$a;intermediary method_8870Lnet/minecraft/class_2207$class_2208;method_8870(I)Lnet/minecraft/class_2207$class_2208;named getByIdLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;getById(I)Lnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official mLro;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 cLatd$a;c()Ljava/lang/String;intermediary method_8871Lnet/minecraft/class_2207$class_2208;method_8871()Ljava/lang/String;named getBlockStateNameLnet/minecraft/block/RedSandstoneBlock$RedSandstoneType;getBlockStateName()Ljava/lang/String;
-