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 official ema
intermediary net/minecraft/class_455
named 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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
static AdvancementObtainedStatus
Returns 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 official a
Lema;a:Lema;
intermediary field_2701
Lnet/minecraft/class_455;field_2701:Lnet/minecraft/class_455;
named OBTAINED
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;OBTAINED:Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;
-
UNOBTAINED
- Mappings:
Namespace Name Mixin selector official b
Lema;b:Lema;
intermediary field_2699
Lnet/minecraft/class_455;field_2699:Lnet/minecraft/class_455;
named UNOBTAINED
Lnet/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 official c
Lema;c:I
intermediary field_2700
Lnet/minecraft/class_455;field_2700:I
named spriteIndex
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;spriteIndex:I
-
-
Constructor Details
-
AdvancementObtainedStatus
private AdvancementObtainedStatus(int spriteIndex) - Mappings:
Namespace Name Mixin selector official <init>
Lema;<init>(Ljava/lang/String;II)V
intermediary <init>
Lnet/minecraft/class_455;<init>(Ljava/lang/String;II)V
named <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 official a
Lema;a()I
intermediary method_2320
Lnet/minecraft/class_455;method_2320()I
named getSpriteIndex
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;getSpriteIndex()I
-