Package net.minecraft.util
Enum Class Rarity
- All Implemented Interfaces:
Serializable
,Comparable<Rarity>
,Constable
- Mappings:
Namespace Name official cgm
intermediary net/minecraft/class_1814
named 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
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Enum Constant Details
-
COMMON
- Mappings:
Namespace Name Mixin selector official a
Lcgm;a:Lcgm;
intermediary field_8906
Lnet/minecraft/class_1814;field_8906:Lnet/minecraft/class_1814;
named COMMON
Lnet/minecraft/util/Rarity;COMMON:Lnet/minecraft/util/Rarity;
-
UNCOMMON
- Mappings:
Namespace Name Mixin selector official b
Lcgm;b:Lcgm;
intermediary field_8907
Lnet/minecraft/class_1814;field_8907:Lnet/minecraft/class_1814;
named UNCOMMON
Lnet/minecraft/util/Rarity;UNCOMMON:Lnet/minecraft/util/Rarity;
-
RARE
- Mappings:
Namespace Name Mixin selector official c
Lcgm;c:Lcgm;
intermediary field_8903
Lnet/minecraft/class_1814;field_8903:Lnet/minecraft/class_1814;
named RARE
Lnet/minecraft/util/Rarity;RARE:Lnet/minecraft/util/Rarity;
-
EPIC
- Mappings:
Namespace Name Mixin selector official d
Lcgm;d:Lcgm;
intermediary field_8904
Lnet/minecraft/class_1814;field_8904:Lnet/minecraft/class_1814;
named EPIC
Lnet/minecraft/util/Rarity;EPIC:Lnet/minecraft/util/Rarity;
-
-
Field Details
-
formatting
- Mappings:
Namespace Name Mixin selector official e
Lcgm;e:Ln;
intermediary field_8908
Lnet/minecraft/class_1814;field_8908:Lnet/minecraft/class_124;
named formatting
Lnet/minecraft/util/Rarity;formatting:Lnet/minecraft/util/Formatting;
-
-
Constructor Details
-
Rarity
- Mappings:
Namespace Name Mixin selector official <init>
Lcgm;<init>(Ljava/lang/String;ILn;)V
intermediary <init>
Lnet/minecraft/class_1814;<init>(Ljava/lang/String;ILnet/minecraft/class_124;)V
named <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
-