Enum Class AdvancementObtainedStatus
java.lang.Object
java.lang.Enum<AdvancementObtainedStatus>
net.minecraft.client.gui.screen.advancement.AdvancementObtainedStatus
- All Implemented Interfaces:
Serializable,Comparable<AdvancementObtainedStatus>,Constable
- Mappings:
Namespace Name intermediary net/minecraft/class_455official euunamed net/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus
-
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 TypeMethodDescriptionintstatic AdvancementObtainedStatusReturns the enum constant of this class with the specified name.static AdvancementObtainedStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OBTAINED
- Mappings:
Namespace Name Mixin selector intermediary field_2701Lnet/minecraft/class_455;field_2701:Lnet/minecraft/class_455;official aLeuu;a:Leuu;named OBTAINEDLnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;OBTAINED:Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;
-
UNOBTAINED
- Mappings:
Namespace Name Mixin selector intermediary field_2699Lnet/minecraft/class_455;field_2699:Lnet/minecraft/class_455;official bLeuu;b:Leuu;named UNOBTAINEDLnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;UNOBTAINED:Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;
-
-
Field Details
-
spriteIndex
private final int spriteIndex- Mappings:
Namespace Name Mixin selector intermediary field_2700Lnet/minecraft/class_455;field_2700:Iofficial cLeuu;c:Inamed spriteIndexLnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;spriteIndex:I
-
-
Constructor Details
-
AdvancementObtainedStatus
private AdvancementObtainedStatus(int spriteIndex) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_455;<init>(Ljava/lang/String;II)Vofficial <init>Leuu;<init>(Ljava/lang/String;II)Vnamed <init>Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;<init>(Ljava/lang/String;II)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
-
getSpriteIndex
public int getSpriteIndex()- Mappings:
Namespace Name Mixin selector intermediary method_2320Lnet/minecraft/class_455;method_2320()Iofficial aLeuu;a()Inamed getSpriteIndexLnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;getSpriteIndex()I
-