Package net.minecraft.client.sound
Enum SoundEntry.class_1308.SoundEntryType
java.lang.Object
java.lang.Enum<SoundEntry.class_1308.SoundEntryType>
net.minecraft.client.sound.SoundEntry.class_1308.SoundEntryType
- All Implemented Interfaces:
Serializable,Comparable<SoundEntry.class_1308.SoundEntryType>,java.lang.constant.Constable
- Enclosing class:
- SoundEntry.class_1308
@Environment(CLIENT) public static enum SoundEntry.class_1308.SoundEntryType extends Enum<SoundEntry.class_1308.SoundEntryType>
- Mappings:
Namespace Name official bph$a$aintermediary net/minecraft/class_1307$class_1308$class_1309named net/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description FILESOUNDEVENT -
Field Summary
Fields Modifier and Type Field Description private Stringfield_5439 -
Constructor Summary
Constructors Modifier Constructor Description privateSoundEntryType(String string) -
Method Summary
Modifier and Type Method Description static SoundEntry.class_1308.SoundEntryTypemethod_4535(String string)static SoundEntry.class_1308.SoundEntryTypevalueOf(String name)Returns the enum constant of this type with the specified name.static SoundEntry.class_1308.SoundEntryType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FILE
- Mappings:
Namespace Name Mixin selector official aLbph$a$a;a:Lbph$a$a;intermediary field_5437Lnet/minecraft/class_1307$class_1308$class_1309;field_5437:Lnet/minecraft/class_1307$class_1308$class_1309;named FILELnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;FILE:Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;
-
SOUNDEVENT
- Mappings:
Namespace Name Mixin selector official bLbph$a$a;b:Lbph$a$a;intermediary field_5438Lnet/minecraft/class_1307$class_1308$class_1309;field_5438:Lnet/minecraft/class_1307$class_1308$class_1309;named SOUNDEVENTLnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;SOUNDEVENT:Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;
-
-
Field Details
-
field_5439
- Mappings:
Namespace Name Mixin selector official cLbph$a$a;c:Ljava/lang/String;intermediary field_5439Lnet/minecraft/class_1307$class_1308$class_1309;field_5439:Ljava/lang/String;named field_5439Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;field_5439:Ljava/lang/String;
-
-
Constructor Details
-
SoundEntryType
-
-
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
-
method_4535
- Mappings:
Namespace Name Mixin selector official aLbph$a$a;a(Ljava/lang/String;)Lbph$a$a;intermediary method_4535Lnet/minecraft/class_1307$class_1308$class_1309;method_4535(Ljava/lang/String;)Lnet/minecraft/class_1307$class_1308$class_1309;named method_4535Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;method_4535(Ljava/lang/String;)Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;
-