Package net.minecraft.advancement
Enum Class AdvancementDisplays.Status
- All Implemented Interfaces:
Serializable
,Comparable<AdvancementDisplays.Status>
,Constable
- Enclosing class:
AdvancementDisplays
- Mappings:
Namespace Name official aid$b
intermediary net/minecraft/class_8005$class_8007
named net/minecraft/advancement/AdvancementDisplays$Status
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AdvancementDisplays.Status
Returns the enum constant of this class with the specified name.static AdvancementDisplays.Status[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SHOW
- Mappings:
Namespace Name Mixin selector official a
Laid$b;a:Laid$b;
intermediary field_41738
Lnet/minecraft/class_8005$class_8007;field_41738:Lnet/minecraft/class_8005$class_8007;
named SHOW
Lnet/minecraft/advancement/AdvancementDisplays$Status;SHOW:Lnet/minecraft/advancement/AdvancementDisplays$Status;
-
HIDE
- Mappings:
Namespace Name Mixin selector official b
Laid$b;b:Laid$b;
intermediary field_41739
Lnet/minecraft/class_8005$class_8007;field_41739:Lnet/minecraft/class_8005$class_8007;
named HIDE
Lnet/minecraft/advancement/AdvancementDisplays$Status;HIDE:Lnet/minecraft/advancement/AdvancementDisplays$Status;
-
NO_CHANGE
- Mappings:
Namespace Name Mixin selector official c
Laid$b;c:Laid$b;
intermediary field_41740
Lnet/minecraft/class_8005$class_8007;field_41740:Lnet/minecraft/class_8005$class_8007;
named NO_CHANGE
Lnet/minecraft/advancement/AdvancementDisplays$Status;NO_CHANGE:Lnet/minecraft/advancement/AdvancementDisplays$Status;
-
-
Constructor Details
-
Status
private Status()
-
-
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
-