Package net.minecraft.unmapped
Enum C_5863046
- All Implemented Interfaces:
Serializable,Comparable<C_5863046>,java.lang.constant.Constable
- Mappings:
Namespace Name intermediary net/minecraft/unmapped/C_5863046clientOfficial ebserverOfficial conamed net/minecraft/unmapped/C_5863046
-
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
-
f_2303695
-
f_0443034
-
-
Field Details
-
f_4606728
public final int f_4606728- Mappings:
Namespace Name Mixin selector intermediary f_4606728Lnet/minecraft/unmapped/C_5863046;f_4606728:IclientOfficial cLeb;c:IserverOfficial cLco;c:Inamed f_4606728Lnet/minecraft/unmapped/C_5863046;f_4606728:I
-
-
Constructor Details
-
C_5863046
private C_5863046(int int2)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-