Package net.minecraft.util
Enum Class Rarity
- All Implemented Interfaces:
Serializable,Comparable<Rarity>,Constable
- Mappings:
Namespace Name intermediary net/minecraft/class_1814official cgonamed net/minecraft/util/Rarity
-
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
-
Enum Constant Details
-
COMMON
- Mappings:
Namespace Name Mixin selector intermediary field_8906Lnet/minecraft/class_1814;field_8906:Lnet/minecraft/class_1814;official aLcgo;a:Lcgo;named COMMONLnet/minecraft/util/Rarity;COMMON:Lnet/minecraft/util/Rarity;
-
UNCOMMON
- Mappings:
Namespace Name Mixin selector intermediary field_8907Lnet/minecraft/class_1814;field_8907:Lnet/minecraft/class_1814;official bLcgo;b:Lcgo;named UNCOMMONLnet/minecraft/util/Rarity;UNCOMMON:Lnet/minecraft/util/Rarity;
-
RARE
- Mappings:
Namespace Name Mixin selector intermediary field_8903Lnet/minecraft/class_1814;field_8903:Lnet/minecraft/class_1814;official cLcgo;c:Lcgo;named RARELnet/minecraft/util/Rarity;RARE:Lnet/minecraft/util/Rarity;
-
EPIC
- Mappings:
Namespace Name Mixin selector intermediary field_8904Lnet/minecraft/class_1814;field_8904:Lnet/minecraft/class_1814;official dLcgo;d:Lcgo;named EPICLnet/minecraft/util/Rarity;EPIC:Lnet/minecraft/util/Rarity;
-
-
Field Details
-
formatting
- Mappings:
Namespace Name Mixin selector intermediary field_8908Lnet/minecraft/class_1814;field_8908:Lnet/minecraft/class_124;official eLcgo;e:Ln;named formattingLnet/minecraft/util/Rarity;formatting:Lnet/minecraft/util/Formatting;
-
-
Constructor Details
-
Rarity
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1814;<init>(Ljava/lang/String;ILnet/minecraft/class_124;)Vofficial <init>Lcgo;<init>(Ljava/lang/String;ILn;)Vnamed <init>Lnet/minecraft/util/Rarity;<init>(Ljava/lang/String;ILnet/minecraft/util/Formatting;)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
-