Package net.minecraft.util
Enum Class ModStatus.Confidence
- All Implemented Interfaces:
Serializable
,Comparable<ModStatus.Confidence>
,Constable
- Enclosing class:
ModStatus
- Mappings:
Namespace Name official arv$a
intermediary net/minecraft/class_6683$class_6684
named net/minecraft/util/ModStatus$Confidence
-
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 TypeMethodDescriptionstatic ModStatus.Confidence
Returns the enum constant of this class with the specified name.static ModStatus.Confidence[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PROBABLY_NOT
- Mappings:
Namespace Name Mixin selector official a
Larv$a;a:Larv$a;
intermediary field_35174
Lnet/minecraft/class_6683$class_6684;field_35174:Lnet/minecraft/class_6683$class_6684;
named PROBABLY_NOT
Lnet/minecraft/util/ModStatus$Confidence;PROBABLY_NOT:Lnet/minecraft/util/ModStatus$Confidence;
-
VERY_LIKELY
- Mappings:
Namespace Name Mixin selector official b
Larv$a;b:Larv$a;
intermediary field_35175
Lnet/minecraft/class_6683$class_6684;field_35175:Lnet/minecraft/class_6683$class_6684;
named VERY_LIKELY
Lnet/minecraft/util/ModStatus$Confidence;VERY_LIKELY:Lnet/minecraft/util/ModStatus$Confidence;
-
DEFINITELY
- Mappings:
Namespace Name Mixin selector official c
Larv$a;c:Larv$a;
intermediary field_35176
Lnet/minecraft/class_6683$class_6684;field_35176:Lnet/minecraft/class_6683$class_6684;
named DEFINITELY
Lnet/minecraft/util/ModStatus$Confidence;DEFINITELY:Lnet/minecraft/util/ModStatus$Confidence;
-
-
Field Details
-
description
- Mappings:
Namespace Name Mixin selector official d
Larv$a;d:Ljava/lang/String;
intermediary field_35177
Lnet/minecraft/class_6683$class_6684;field_35177:Ljava/lang/String;
named description
Lnet/minecraft/util/ModStatus$Confidence;description:Ljava/lang/String;
-
modded
final boolean modded- Mappings:
Namespace Name Mixin selector official e
Larv$a;e:Z
intermediary field_35178
Lnet/minecraft/class_6683$class_6684;field_35178:Z
named modded
Lnet/minecraft/util/ModStatus$Confidence;modded:Z
-
-
Constructor Details
-
Confidence
- Mappings:
Namespace Name Mixin selector official <init>
Larv$a;<init>(Ljava/lang/String;ILjava/lang/String;Z)V
intermediary <init>
Lnet/minecraft/class_6683$class_6684;<init>(Ljava/lang/String;ILjava/lang/String;Z)V
named <init>
Lnet/minecraft/util/ModStatus$Confidence;<init>(Ljava/lang/String;ILjava/lang/String;Z)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
-