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$a
intermediary net/minecraft/class_1307$class_1308$class_1309
named net/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType
  • Enum Constant Details

    • FILE

      public static final SoundEntry.class_1308.SoundEntryType FILE
      Mappings:
      Namespace Name Mixin selector
      official a Lbph$a$a;a:Lbph$a$a;
      intermediary field_5437 Lnet/minecraft/class_1307$class_1308$class_1309;field_5437:Lnet/minecraft/class_1307$class_1308$class_1309;
      named FILE Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;FILE:Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;
    • SOUNDEVENT

      public static final SoundEntry.class_1308.SoundEntryType SOUNDEVENT
      Mappings:
      Namespace Name Mixin selector
      official b Lbph$a$a;b:Lbph$a$a;
      intermediary field_5438 Lnet/minecraft/class_1307$class_1308$class_1309;field_5438:Lnet/minecraft/class_1307$class_1308$class_1309;
      named SOUNDEVENT Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;SOUNDEVENT:Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;
  • Field Details

    • field_5439

      private final String field_5439
      Mappings:
      Namespace Name Mixin selector
      official c Lbph$a$a;c:Ljava/lang/String;
      intermediary field_5439 Lnet/minecraft/class_1307$class_1308$class_1309;field_5439:Ljava/lang/String;
      named field_5439 Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;field_5439:Ljava/lang/String;
  • Constructor Details

    • SoundEntryType

      private SoundEntryType​(String string)
  • Method Details

    • values

      public static SoundEntry.class_1308.SoundEntryType[] 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

      public static SoundEntry.class_1308.SoundEntryType valueOf​(String name)
      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 name
      NullPointerException - if the argument is null
    • method_4535

      public static SoundEntry.class_1308.SoundEntryType method_4535​(String string)
      Mappings:
      Namespace Name Mixin selector
      official a Lbph$a$a;a(Ljava/lang/String;)Lbph$a$a;
      intermediary method_4535 Lnet/minecraft/class_1307$class_1308$class_1309;method_4535(Ljava/lang/String;)Lnet/minecraft/class_1307$class_1308$class_1309;
      named method_4535 Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;method_4535(Ljava/lang/String;)Lnet/minecraft/client/sound/SoundEntry$class_1308$SoundEntryType;