Package net.minecraft.client.sound
Enum Class class_1898
- All Implemented Interfaces:
Serializable,Comparable<class_1898>,Constable
- Mappings:
Namespace Name official cycintermediary net/minecraft/class_1898named net/minecraft/client/sound/class_1898
-
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_1898method_7071(String string) static class_1898Returns the enum constant of this class with the specified name.static class_1898[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FILE
- Mappings:
Namespace Name Mixin selector official aLcyc;a:Lcyc;intermediary field_8158Lnet/minecraft/class_1898;field_8158:Lnet/minecraft/class_1898;named FILELnet/minecraft/client/sound/class_1898;FILE:Lnet/minecraft/client/sound/class_1898;
-
SOUND_EVENT
- Mappings:
Namespace Name Mixin selector official bLcyc;b:Lcyc;intermediary field_8159Lnet/minecraft/class_1898;field_8159:Lnet/minecraft/class_1898;named SOUND_EVENTLnet/minecraft/client/sound/class_1898;SOUND_EVENT:Lnet/minecraft/client/sound/class_1898;
-
-
Field Details
-
field_8160
- Mappings:
Namespace Name Mixin selector official cLcyc;c:Ljava/lang/String;intermediary field_8160Lnet/minecraft/class_1898;field_8160:Ljava/lang/String;named field_8160Lnet/minecraft/client/sound/class_1898;field_8160:Ljava/lang/String;
-
-
Constructor Details
-
class_1898
-
-
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
-
method_7071
- Mappings:
Namespace Name Mixin selector official aLcyc;a(Ljava/lang/String;)Lcyc;intermediary method_7071Lnet/minecraft/class_1898;method_7071(Ljava/lang/String;)Lnet/minecraft/class_1898;named method_7071Lnet/minecraft/client/sound/class_1898;method_7071(Ljava/lang/String;)Lnet/minecraft/client/sound/class_1898;
-