Enum Class MusicTracker.MusicType

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

@Environment(CLIENT) public static enum MusicTracker.MusicType extends Enum<MusicTracker.MusicType>
Mappings:
Namespace Name
official ccp$a
intermediary net/minecraft/class_1904$class_1905
named net/minecraft/client/sound/MusicTracker$MusicType
  • Enum Constant Details

    • GAME

      public static final MusicTracker.MusicType GAME
      Mappings:
      Namespace Name Mixin selector
      official b Lccp$a;b:Lccp$a;
      intermediary field_13692 Lnet/minecraft/class_1904$class_1905;field_13692:Lnet/minecraft/class_1904$class_1905;
      named GAME Lnet/minecraft/client/sound/MusicTracker$MusicType;GAME:Lnet/minecraft/client/sound/MusicTracker$MusicType;
    • CREATIVE

      public static final MusicTracker.MusicType CREATIVE
      Mappings:
      Namespace Name Mixin selector
      official c Lccp$a;c:Lccp$a;
      intermediary field_13693 Lnet/minecraft/class_1904$class_1905;field_13693:Lnet/minecraft/class_1904$class_1905;
      named CREATIVE Lnet/minecraft/client/sound/MusicTracker$MusicType;CREATIVE:Lnet/minecraft/client/sound/MusicTracker$MusicType;
    • CREDITS

      public static final MusicTracker.MusicType CREDITS
      Mappings:
      Namespace Name Mixin selector
      official d Lccp$a;d:Lccp$a;
      intermediary field_13694 Lnet/minecraft/class_1904$class_1905;field_13694:Lnet/minecraft/class_1904$class_1905;
      named CREDITS Lnet/minecraft/client/sound/MusicTracker$MusicType;CREDITS:Lnet/minecraft/client/sound/MusicTracker$MusicType;
    • NETHER

      public static final MusicTracker.MusicType NETHER
      Mappings:
      Namespace Name Mixin selector
      official e Lccp$a;e:Lccp$a;
      intermediary field_13695 Lnet/minecraft/class_1904$class_1905;field_13695:Lnet/minecraft/class_1904$class_1905;
      named NETHER Lnet/minecraft/client/sound/MusicTracker$MusicType;NETHER:Lnet/minecraft/client/sound/MusicTracker$MusicType;
    • END_BOSS

      public static final MusicTracker.MusicType END_BOSS
      Mappings:
      Namespace Name Mixin selector
      official f Lccp$a;f:Lccp$a;
      intermediary field_13696 Lnet/minecraft/class_1904$class_1905;field_13696:Lnet/minecraft/class_1904$class_1905;
      named END_BOSS Lnet/minecraft/client/sound/MusicTracker$MusicType;END_BOSS:Lnet/minecraft/client/sound/MusicTracker$MusicType;
    • END

      public static final MusicTracker.MusicType END
      Mappings:
      Namespace Name Mixin selector
      official g Lccp$a;g:Lccp$a;
      intermediary field_13697 Lnet/minecraft/class_1904$class_1905;field_13697:Lnet/minecraft/class_1904$class_1905;
      named END Lnet/minecraft/client/sound/MusicTracker$MusicType;END:Lnet/minecraft/client/sound/MusicTracker$MusicType;
  • Field Details

    • field_13698

      private final SoundEvent field_13698
      Mappings:
      Namespace Name Mixin selector
      official h Lccp$a;h:Lnm;
      intermediary field_13698 Lnet/minecraft/class_1904$class_1905;field_13698:Lnet/minecraft/class_2926;
      named field_13698 Lnet/minecraft/client/sound/MusicTracker$MusicType;field_13698:Lnet/minecraft/client/sound/SoundEvent;
    • minDelay

      private final int minDelay
      Mappings:
      Namespace Name Mixin selector
      official i Lccp$a;i:I
      intermediary field_8183 Lnet/minecraft/class_1904$class_1905;field_8183:I
      named minDelay Lnet/minecraft/client/sound/MusicTracker$MusicType;minDelay:I
    • maxDelay

      private final int maxDelay
      Mappings:
      Namespace Name Mixin selector
      official j Lccp$a;j:I
      intermediary field_8184 Lnet/minecraft/class_1904$class_1905;field_8184:I
      named maxDelay Lnet/minecraft/client/sound/MusicTracker$MusicType;maxDelay:I
  • Constructor Details

    • MusicType

      private MusicType(SoundEvent soundEvent, int int2, int int3)
  • Method Details

    • values

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

      public SoundEvent method_7086()
      Mappings:
      Namespace Name Mixin selector
      official a Lccp$a;a()Lnm;
      intermediary method_7086 Lnet/minecraft/class_1904$class_1905;method_7086()Lnet/minecraft/class_2926;
      named method_7086 Lnet/minecraft/client/sound/MusicTracker$MusicType;method_7086()Lnet/minecraft/client/sound/SoundEvent;
    • getMinDelay

      public int getMinDelay()
      Mappings:
      Namespace Name Mixin selector
      official b Lccp$a;b()I
      intermediary method_7087 Lnet/minecraft/class_1904$class_1905;method_7087()I
      named getMinDelay Lnet/minecraft/client/sound/MusicTracker$MusicType;getMinDelay()I
    • getMaxDelay

      public int getMaxDelay()
      Mappings:
      Namespace Name Mixin selector
      official c Lccp$a;c()I
      intermediary method_7088 Lnet/minecraft/class_1904$class_1905;method_7088()I
      named getMaxDelay Lnet/minecraft/client/sound/MusicTracker$MusicType;getMaxDelay()I