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 named net/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus
intermediary net/minecraft/class_455
official fnt
-
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 named OBTAINED
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;OBTAINED:Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;
intermediary field_2701
Lnet/minecraft/class_455;field_2701:Lnet/minecraft/class_455;
official a
Lfnt;a:Lfnt;
-
UNOBTAINED
- Mappings:
Namespace Name Mixin selector named UNOBTAINED
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;UNOBTAINED:Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;
intermediary field_2699
Lnet/minecraft/class_455;field_2699:Lnet/minecraft/class_455;
official b
Lfnt;b:Lfnt;
-
-
Field Details
-
boxTexture
- Mappings:
Namespace Name Mixin selector named boxTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;boxTexture:Lnet/minecraft/util/Identifier;
intermediary field_45426
Lnet/minecraft/class_455;field_45426:Lnet/minecraft/class_2960;
official c
Lfnt;c:Lalf;
-
taskFrameTexture
- Mappings:
Namespace Name Mixin selector named taskFrameTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;taskFrameTexture:Lnet/minecraft/util/Identifier;
intermediary field_45427
Lnet/minecraft/class_455;field_45427:Lnet/minecraft/class_2960;
official d
Lfnt;d:Lalf;
-
challengeFrameTexture
- Mappings:
Namespace Name Mixin selector named challengeFrameTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;challengeFrameTexture:Lnet/minecraft/util/Identifier;
intermediary field_45428
Lnet/minecraft/class_455;field_45428:Lnet/minecraft/class_2960;
official e
Lfnt;e:Lalf;
-
goalFrameTexture
- Mappings:
Namespace Name Mixin selector named goalFrameTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;goalFrameTexture:Lnet/minecraft/util/Identifier;
intermediary field_45429
Lnet/minecraft/class_455;field_45429:Lnet/minecraft/class_2960;
official f
Lfnt;f:Lalf;
-
-
Constructor Details
-
AdvancementObtainedStatus
private AdvancementObtainedStatus(Identifier boxTexture, Identifier taskFrameTexture, Identifier challengeFrameTexture, Identifier goalFrameTexture) - Mappings:
Namespace Name Mixin selector 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
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
official <init>
Lfnt;<init>(Ljava/lang/String;ILalf;Lalf;Lalf;Lalf;)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 named getBoxTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;getBoxTexture()Lnet/minecraft/util/Identifier;
intermediary method_52753
Lnet/minecraft/class_455;method_52753()Lnet/minecraft/class_2960;
official a
Lfnt;a()Lalf;
-
getFrameTexture
- Mappings:
Namespace Name Mixin selector named getFrameTexture
Lnet/minecraft/client/gui/screen/advancement/AdvancementObtainedStatus;getFrameTexture(Lnet/minecraft/advancement/AdvancementFrame;)Lnet/minecraft/util/Identifier;
intermediary method_52754
Lnet/minecraft/class_455;method_52754(Lnet/minecraft/class_189;)Lnet/minecraft/class_2960;
official a
Lfnt;a(Lal;)Lalf;
-