Package net.minecraft.sound
Enum Class SoundCategory
- All Implemented Interfaces:
Serializable,Comparable<SoundCategory>,Constable
- Mappings:
Namespace Name named net/minecraft/sound/SoundCategoryintermediary net/minecraft/class_3419official awh
-
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 TypeMethodDescriptiongetName()static SoundCategoryReturns the enum constant of this class with the specified name.static SoundCategory[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MASTER
- Mappings:
Namespace Name Mixin selector named MASTERLnet/minecraft/sound/SoundCategory;MASTER:Lnet/minecraft/sound/SoundCategory;intermediary field_15250Lnet/minecraft/class_3419;field_15250:Lnet/minecraft/class_3419;official aLawh;a:Lawh;
-
MUSIC
- Mappings:
Namespace Name Mixin selector named MUSICLnet/minecraft/sound/SoundCategory;MUSIC:Lnet/minecraft/sound/SoundCategory;intermediary field_15253Lnet/minecraft/class_3419;field_15253:Lnet/minecraft/class_3419;official bLawh;b:Lawh;
-
RECORDS
- Mappings:
Namespace Name Mixin selector named RECORDSLnet/minecraft/sound/SoundCategory;RECORDS:Lnet/minecraft/sound/SoundCategory;intermediary field_15247Lnet/minecraft/class_3419;field_15247:Lnet/minecraft/class_3419;official cLawh;c:Lawh;
-
WEATHER
- Mappings:
Namespace Name Mixin selector named WEATHERLnet/minecraft/sound/SoundCategory;WEATHER:Lnet/minecraft/sound/SoundCategory;intermediary field_15252Lnet/minecraft/class_3419;field_15252:Lnet/minecraft/class_3419;official dLawh;d:Lawh;
-
BLOCKS
- Mappings:
Namespace Name Mixin selector named BLOCKSLnet/minecraft/sound/SoundCategory;BLOCKS:Lnet/minecraft/sound/SoundCategory;intermediary field_15245Lnet/minecraft/class_3419;field_15245:Lnet/minecraft/class_3419;official eLawh;e:Lawh;
-
HOSTILE
- Mappings:
Namespace Name Mixin selector named HOSTILELnet/minecraft/sound/SoundCategory;HOSTILE:Lnet/minecraft/sound/SoundCategory;intermediary field_15251Lnet/minecraft/class_3419;field_15251:Lnet/minecraft/class_3419;official fLawh;f:Lawh;
-
NEUTRAL
- Mappings:
Namespace Name Mixin selector named NEUTRALLnet/minecraft/sound/SoundCategory;NEUTRAL:Lnet/minecraft/sound/SoundCategory;intermediary field_15254Lnet/minecraft/class_3419;field_15254:Lnet/minecraft/class_3419;official gLawh;g:Lawh;
-
PLAYERS
- Mappings:
Namespace Name Mixin selector named PLAYERSLnet/minecraft/sound/SoundCategory;PLAYERS:Lnet/minecraft/sound/SoundCategory;intermediary field_15248Lnet/minecraft/class_3419;field_15248:Lnet/minecraft/class_3419;official hLawh;h:Lawh;
-
AMBIENT
- Mappings:
Namespace Name Mixin selector named AMBIENTLnet/minecraft/sound/SoundCategory;AMBIENT:Lnet/minecraft/sound/SoundCategory;intermediary field_15256Lnet/minecraft/class_3419;field_15256:Lnet/minecraft/class_3419;official iLawh;i:Lawh;
-
VOICE
- Mappings:
Namespace Name Mixin selector named VOICELnet/minecraft/sound/SoundCategory;VOICE:Lnet/minecraft/sound/SoundCategory;intermediary field_15246Lnet/minecraft/class_3419;field_15246:Lnet/minecraft/class_3419;official jLawh;j:Lawh;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/sound/SoundCategory;name:Ljava/lang/String;intermediary field_15249Lnet/minecraft/class_3419;field_15249:Ljava/lang/String;official kLawh;k:Ljava/lang/String;
-
-
Constructor Details
-
SoundCategory
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/sound/SoundCategory;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_3419;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lawh;<init>(Ljava/lang/String;ILjava/lang/String;)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
-
getName
- Mappings:
Namespace Name Mixin selector named getNameLnet/minecraft/sound/SoundCategory;getName()Ljava/lang/String;intermediary method_14840Lnet/minecraft/class_3419;method_14840()Ljava/lang/String;official aLawh;a()Ljava/lang/String;
-