Package net.minecraft.util
Enum Class ModStatus.Confidence
- All Implemented Interfaces:
Serializable
,Comparable<ModStatus.Confidence>
,Constable
- Enclosing class:
ModStatus
- Mappings:
Namespace Name named net/minecraft/util/ModStatus$Confidence
intermediary net/minecraft/class_6683$class_6684
official ayy$a
-
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 named PROBABLY_NOT
Lnet/minecraft/util/ModStatus$Confidence;PROBABLY_NOT:Lnet/minecraft/util/ModStatus$Confidence;
intermediary field_35174
Lnet/minecraft/class_6683$class_6684;field_35174:Lnet/minecraft/class_6683$class_6684;
official a
Layy$a;a:Layy$a;
-
VERY_LIKELY
- Mappings:
Namespace Name Mixin selector named VERY_LIKELY
Lnet/minecraft/util/ModStatus$Confidence;VERY_LIKELY:Lnet/minecraft/util/ModStatus$Confidence;
intermediary field_35175
Lnet/minecraft/class_6683$class_6684;field_35175:Lnet/minecraft/class_6683$class_6684;
official b
Layy$a;b:Layy$a;
-
DEFINITELY
- Mappings:
Namespace Name Mixin selector named DEFINITELY
Lnet/minecraft/util/ModStatus$Confidence;DEFINITELY:Lnet/minecraft/util/ModStatus$Confidence;
intermediary field_35176
Lnet/minecraft/class_6683$class_6684;field_35176:Lnet/minecraft/class_6683$class_6684;
official c
Layy$a;c:Layy$a;
-
-
Field Details
-
description
- Mappings:
Namespace Name Mixin selector named description
Lnet/minecraft/util/ModStatus$Confidence;description:Ljava/lang/String;
intermediary field_35177
Lnet/minecraft/class_6683$class_6684;field_35177:Ljava/lang/String;
official d
Layy$a;d:Ljava/lang/String;
-
modded
final boolean modded- Mappings:
Namespace Name Mixin selector named modded
Lnet/minecraft/util/ModStatus$Confidence;modded:Z
intermediary field_35178
Lnet/minecraft/class_6683$class_6684;field_35178:Z
official e
Layy$a;e:Z
-
-
Constructor Details
-
Confidence
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/util/ModStatus$Confidence;<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
official <init>
Layy$a;<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
-