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 fdq
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
Modifier and TypeFieldDescriptionprivate final Identifier
private final Identifier
private final Identifier
private final Identifier
-
Constructor Summary
ModifierConstructorDescriptionprivate
AdvancementObtainedStatus
(Identifier boxTexture, Identifier taskFrameTexture, Identifier challengeFrameTexture, Identifier goalFrameTexture) -
Method Summary
Modifier and TypeMethodDescriptiongetFrameTexture
(AdvancementFrame frame) 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
Lfdq;a:Lfdq;
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
Lfdq;b:Lfdq;
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
-
boxTexture
- Mappings:
Namespace Name Mixin selector official c
Lfdq;c:Lahg;
intermediary field_45426
Lnet/minecraft/class_455;field_45426:Lnet/minecraft/class_2960;
named boxTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;boxTexture:Lnet/minecraft/util/Identifier;
-
taskFrameTexture
- Mappings:
Namespace Name Mixin selector official d
Lfdq;d:Lahg;
intermediary field_45427
Lnet/minecraft/class_455;field_45427:Lnet/minecraft/class_2960;
named taskFrameTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;taskFrameTexture:Lnet/minecraft/util/Identifier;
-
challengeFrameTexture
- Mappings:
Namespace Name Mixin selector official e
Lfdq;e:Lahg;
intermediary field_45428
Lnet/minecraft/class_455;field_45428:Lnet/minecraft/class_2960;
named challengeFrameTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;challengeFrameTexture:Lnet/minecraft/util/Identifier;
-
goalFrameTexture
- Mappings:
Namespace Name Mixin selector official f
Lfdq;f:Lahg;
intermediary field_45429
Lnet/minecraft/class_455;field_45429:Lnet/minecraft/class_2960;
named goalFrameTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;goalFrameTexture:Lnet/minecraft/util/Identifier;
-
-
Constructor Details
-
AdvancementObtainedStatus
private AdvancementObtainedStatus(Identifier boxTexture, Identifier taskFrameTexture, Identifier challengeFrameTexture, Identifier goalFrameTexture) - Mappings:
Namespace Name Mixin selector official <init>
Lfdq;<init>(Ljava/lang/String;ILahg;Lahg;Lahg;Lahg;)V
intermediary <init>
Lnet/minecraft/class_455;<init>(Ljava/lang/String;ILnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_2960;)V
named <init>
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;<init>(Ljava/lang/String;ILnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;)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
-
getBoxTexture
- Mappings:
Namespace Name Mixin selector official a
Lfdq;a()Lahg;
intermediary method_52753
Lnet/minecraft/class_455;method_52753()Lnet/minecraft/class_2960;
named getBoxTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;getBoxTexture()Lnet/minecraft/util/Identifier;
-
getFrameTexture
- Mappings:
Namespace Name Mixin selector official a
Lfdq;a(Lal;)Lahg;
intermediary method_52754
Lnet/minecraft/class_455;method_52754(Lnet/minecraft/class_189;)Lnet/minecraft/class_2960;
named getFrameTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;getFrameTexture(Lnet/minecraft/advancement/AdvancementFrame;)Lnet/minecraft/util/Identifier;
-