Package net.minecraft
Enum Class class_6683.class_6684
- All Implemented Interfaces:
Serializable,Comparable<class_6683.class_6684>,Constable
- Enclosing class:
- class_6683
- Mappings:
Namespace Name official ahu$aintermediary net/minecraft/class_6683$class_6684named net/minecraft/class_6683$class_6684
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_6683.class_6684Returns the enum constant of this class with the specified name.static class_6683.class_6684[]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 aLahu$a;a:Lahu$a;intermediary field_35174Lnet/minecraft/class_6683$class_6684;field_35174:Lnet/minecraft/class_6683$class_6684;named PROBABLY_NOTLnet/minecraft/class_6683$class_6684;PROBABLY_NOT:Lnet/minecraft/class_6683$class_6684;
-
VERY_LIKELY
- Mappings:
Namespace Name Mixin selector official bLahu$a;b:Lahu$a;intermediary field_35175Lnet/minecraft/class_6683$class_6684;field_35175:Lnet/minecraft/class_6683$class_6684;named VERY_LIKELYLnet/minecraft/class_6683$class_6684;VERY_LIKELY:Lnet/minecraft/class_6683$class_6684;
-
DEFINITELY
- Mappings:
Namespace Name Mixin selector official cLahu$a;c:Lahu$a;intermediary field_35176Lnet/minecraft/class_6683$class_6684;field_35176:Lnet/minecraft/class_6683$class_6684;named DEFINITELYLnet/minecraft/class_6683$class_6684;DEFINITELY:Lnet/minecraft/class_6683$class_6684;
-
-
Field Details
-
field_35177
- Mappings:
Namespace Name Mixin selector official dLahu$a;d:Ljava/lang/String;intermediary field_35177Lnet/minecraft/class_6683$class_6684;field_35177:Ljava/lang/String;named field_35177Lnet/minecraft/class_6683$class_6684;field_35177:Ljava/lang/String;
-
field_35178
final boolean field_35178- Mappings:
Namespace Name Mixin selector official eLahu$a;e:Zintermediary field_35178Lnet/minecraft/class_6683$class_6684;field_35178:Znamed field_35178Lnet/minecraft/class_6683$class_6684;field_35178:Z
-
-
Constructor Details
-
class_6684
-
-
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
-