Package net.minecraft.block
Enum Class QuartzBlock.QuartzType
- All Implemented Interfaces:
Serializable,Comparable<QuartzBlock.QuartzType>,Constable,StringIdentifiable
- Enclosing class:
- QuartzBlock
public static enum QuartzBlock.QuartzType
extends Enum<QuartzBlock.QuartzType>
implements StringIdentifiable
- Mappings:
Namespace Name official aiw$aintermediary net/minecraft/class_1455$class_2205named net/minecraft/block/QuartzBlock$QuartzType
-
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 QuartzBlock.QuartzTypegetById(int id) intgetId()toString()static QuartzBlock.QuartzTypeReturns the enum constant of this class with the specified name.static QuartzBlock.QuartzType[]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 aLaiw$a;a:Laiw$a;intermediary field_9607Lnet/minecraft/class_1455$class_2205;field_9607:Lnet/minecraft/class_1455$class_2205;named DEFAULTLnet/minecraft/block/QuartzBlock$QuartzType;DEFAULT:Lnet/minecraft/block/QuartzBlock$QuartzType;
-
CHISELED
- Mappings:
Namespace Name Mixin selector official bLaiw$a;b:Laiw$a;intermediary field_9608Lnet/minecraft/class_1455$class_2205;field_9608:Lnet/minecraft/class_1455$class_2205;named CHISELEDLnet/minecraft/block/QuartzBlock$QuartzType;CHISELED:Lnet/minecraft/block/QuartzBlock$QuartzType;
-
LINES_X
- Mappings:
Namespace Name Mixin selector official cLaiw$a;c:Laiw$a;intermediary field_9609Lnet/minecraft/class_1455$class_2205;field_9609:Lnet/minecraft/class_1455$class_2205;named LINES_XLnet/minecraft/block/QuartzBlock$QuartzType;LINES_X:Lnet/minecraft/block/QuartzBlock$QuartzType;
-
LINES_Y
- Mappings:
Namespace Name Mixin selector official dLaiw$a;d:Laiw$a;intermediary field_9610Lnet/minecraft/class_1455$class_2205;field_9610:Lnet/minecraft/class_1455$class_2205;named LINES_YLnet/minecraft/block/QuartzBlock$QuartzType;LINES_Y:Lnet/minecraft/block/QuartzBlock$QuartzType;
-
LINES_Z
- Mappings:
Namespace Name Mixin selector official eLaiw$a;e:Laiw$a;intermediary field_9611Lnet/minecraft/class_1455$class_2205;field_9611:Lnet/minecraft/class_1455$class_2205;named LINES_ZLnet/minecraft/block/QuartzBlock$QuartzType;LINES_Z:Lnet/minecraft/block/QuartzBlock$QuartzType;
-
-
Field Details
-
TYPES
- Mappings:
Namespace Name Mixin selector official fLaiw$a;f:[Laiw$a;intermediary field_9612Lnet/minecraft/class_1455$class_2205;field_9612:[Lnet/minecraft/class_1455$class_2205;named TYPESLnet/minecraft/block/QuartzBlock$QuartzType;TYPES:[Lnet/minecraft/block/QuartzBlock$QuartzType;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official gLaiw$a;g:Iintermediary field_9613Lnet/minecraft/class_1455$class_2205;field_9613:Inamed idLnet/minecraft/block/QuartzBlock$QuartzType;id:I
-
name
- Mappings:
Namespace Name Mixin selector official hLaiw$a;h:Ljava/lang/String;intermediary field_9614Lnet/minecraft/class_1455$class_2205;field_9614:Ljava/lang/String;named nameLnet/minecraft/block/QuartzBlock$QuartzType;name:Ljava/lang/String;
-
stateName
- Mappings:
Namespace Name Mixin selector official iLaiw$a;i:Ljava/lang/String;intermediary field_9615Lnet/minecraft/class_1455$class_2205;field_9615:Ljava/lang/String;named stateNameLnet/minecraft/block/QuartzBlock$QuartzType;stateName:Ljava/lang/String;
-
-
Constructor Details
-
QuartzType
- Mappings:
Namespace Name Mixin selector official <init>Laiw$a;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1455$class_2205;<init>(Ljava/lang/String;IILjava/lang/String;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/block/QuartzBlock$QuartzType;<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 aLaiw$a;a()Iintermediary method_8867Lnet/minecraft/class_1455$class_2205;method_8867()Inamed getIdLnet/minecraft/block/QuartzBlock$QuartzType;getId()I
-
toString
- Overrides:
toStringin classEnum<QuartzBlock.QuartzType>- Mappings:
Namespace Name Mixin selector official toStringLaiw$a;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_1455$class_2205;toString()Ljava/lang/String;named toStringLnet/minecraft/block/QuartzBlock$QuartzType;toString()Ljava/lang/String;
-
getById
- Mappings:
Namespace Name Mixin selector official aLaiw$a;a(I)Laiw$a;intermediary method_8868Lnet/minecraft/class_1455$class_2205;method_8868(I)Lnet/minecraft/class_1455$class_2205;named getByIdLnet/minecraft/block/QuartzBlock$QuartzType;getById(I)Lnet/minecraft/block/QuartzBlock$QuartzType;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official lLnw;l()Ljava/lang/String;intermediary method_10853Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-