Enum Class MusicTracker.class_11504

java.lang.Object
java.lang.Enum<MusicTracker.class_11504>
net.minecraft.client.sound.MusicTracker.class_11504
All Implemented Interfaces:
Serializable, Comparable<MusicTracker.class_11504>, Constable, StringIdentifiable, TranslatableOption
Enclosing class:
MusicTracker

@Environment(CLIENT) public static enum MusicTracker.class_11504 extends Enum<MusicTracker.class_11504> implements TranslatableOption, StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/client/sound/MusicTracker$class_11504
intermediary net/minecraft/class_1142$class_11504
official hwf$a
  • Enum Constant Details

    • DEFAULT

      public static final MusicTracker.class_11504 DEFAULT
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT Lnet/minecraft/client/sound/MusicTracker$class_11504;DEFAULT:Lnet/minecraft/client/sound/MusicTracker$class_11504;
      intermediary field_60797 Lnet/minecraft/class_1142$class_11504;field_60797:Lnet/minecraft/class_1142$class_11504;
      official a Lhwf$a;a:Lhwf$a;
    • FREQUENT

      public static final MusicTracker.class_11504 FREQUENT
      Mappings:
      Namespace Name Mixin selector
      named FREQUENT Lnet/minecraft/client/sound/MusicTracker$class_11504;FREQUENT:Lnet/minecraft/client/sound/MusicTracker$class_11504;
      intermediary field_60798 Lnet/minecraft/class_1142$class_11504;field_60798:Lnet/minecraft/class_1142$class_11504;
      official b Lhwf$a;b:Lhwf$a;
    • CONSTANT

      public static final MusicTracker.class_11504 CONSTANT
      Mappings:
      Namespace Name Mixin selector
      named CONSTANT Lnet/minecraft/client/sound/MusicTracker$class_11504;CONSTANT:Lnet/minecraft/client/sound/MusicTracker$class_11504;
      intermediary field_60799 Lnet/minecraft/class_1142$class_11504;field_60799:Lnet/minecraft/class_1142$class_11504;
      official c Lhwf$a;c:Lhwf$a;
  • Field Details

    • field_60800

      public static final com.mojang.serialization.Codec<MusicTracker.class_11504> field_60800
      Mappings:
      Namespace Name Mixin selector
      named field_60800 Lnet/minecraft/client/sound/MusicTracker$class_11504;field_60800:Lcom/mojang/serialization/Codec;
      intermediary field_60800 Lnet/minecraft/class_1142$class_11504;field_60800:Lcom/mojang/serialization/Codec;
      official d Lhwf$a;d:Lcom/mojang/serialization/Codec;
    • field_60801

      private static final String field_60801
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_60801 Lnet/minecraft/client/sound/MusicTracker$class_11504;field_60801:Ljava/lang/String;
      intermediary field_60801 Lnet/minecraft/class_1142$class_11504;field_60801:Ljava/lang/String;
      official e Lhwf$a;e:Ljava/lang/String;
    • field_60802

      private final int field_60802
      Mappings:
      Namespace Name Mixin selector
      named field_60802 Lnet/minecraft/client/sound/MusicTracker$class_11504;field_60802:I
      intermediary field_60802 Lnet/minecraft/class_1142$class_11504;field_60802:I
      official f Lhwf$a;f:I
    • field_60803

      private final int field_60803
      Mappings:
      Namespace Name Mixin selector
      named field_60803 Lnet/minecraft/client/sound/MusicTracker$class_11504;field_60803:I
      intermediary field_60803 Lnet/minecraft/class_1142$class_11504;field_60803:I
      official g Lhwf$a;g:I
    • field_60804

      private final String field_60804
      Mappings:
      Namespace Name Mixin selector
      named field_60804 Lnet/minecraft/client/sound/MusicTracker$class_11504;field_60804:Ljava/lang/String;
      intermediary field_60804 Lnet/minecraft/class_1142$class_11504;field_60804:Ljava/lang/String;
      official h Lhwf$a;h:Ljava/lang/String;
  • Constructor Details

    • class_11504

      private class_11504(int int2)
  • Method Details

    • values

      public static MusicTracker.class_11504[] 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

      public static MusicTracker.class_11504 valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • method_71935

      int method_71935(@Nullable @Nullable MusicSound musicSound, Random random)
      Mappings:
      Namespace Name Mixin selector
      named method_71935 Lnet/minecraft/client/sound/MusicTracker$class_11504;method_71935(Lnet/minecraft/sound/MusicSound;Lnet/minecraft/util/math/random/Random;)I
      intermediary method_71935 Lnet/minecraft/class_1142$class_11504;method_71935(Lnet/minecraft/class_5195;Lnet/minecraft/class_5819;)I
      official a Lhwf$a;a(Layw;Lbck;)I
    • getId

      public int getId()
      Specified by:
      getId in interface TranslatableOption
      Mappings:
      Namespace Name Mixin selector
      named getId Lnet/minecraft/util/TranslatableOption;getId()I
      intermediary method_7362 Lnet/minecraft/class_7291;method_7362()I
      official b Lbce;b()I
    • getTranslationKey

      public String getTranslationKey()
      Specified by:
      getTranslationKey in interface TranslatableOption
      Mappings:
      Namespace Name Mixin selector
      named getTranslationKey Lnet/minecraft/util/TranslatableOption;getTranslationKey()Ljava/lang/String;
      intermediary method_7359 Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;
      official a Lbce;a()Ljava/lang/String;
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbda;c()Ljava/lang/String;