Class SoundContainerImpl

java.lang.Object
net.minecraft.client.sound.SoundContainerImpl
All Implemented Interfaces:
SoundContainer<class_2906>

@Environment(CLIENT) public class SoundContainerImpl extends Object implements SoundContainer<class_2906>
Mappings:
Namespace Name
official ccu
intermediary net/minecraft/class_1915
named net/minecraft/client/sound/SoundContainerImpl
  • Field Details

    • field_13704

      private final List<SoundContainer<class_2906>> field_13704
      Mappings:
      Namespace Name Mixin selector
      official a Lccu;a:Ljava/util/List;
      intermediary field_13704 Lnet/minecraft/class_1915;field_13704:Ljava/util/List;
      named field_13704 Lnet/minecraft/client/sound/SoundContainerImpl;field_13704:Ljava/util/List;
    • field_13705

      private final Random field_13705
      Mappings:
      Namespace Name Mixin selector
      official b Lccu;b:Ljava/util/Random;
      intermediary field_13705 Lnet/minecraft/class_1915;field_13705:Ljava/util/Random;
      named field_13705 Lnet/minecraft/client/sound/SoundContainerImpl;field_13705:Ljava/util/Random;
    • field_13706

      private final Identifier field_13706
      Mappings:
      Namespace Name Mixin selector
      official c Lccu;c:Lkq;
      intermediary field_13706 Lnet/minecraft/class_1915;field_13706:Lnet/minecraft/class_1653;
      named field_13706 Lnet/minecraft/client/sound/SoundContainerImpl;field_13706:Lnet/minecraft/util/Identifier;
    • field_13707

      private final Text field_13707
      Mappings:
      Namespace Name Mixin selector
      official d Lccu;d:Lfb;
      intermediary field_13707 Lnet/minecraft/class_1915;field_13707:Lnet/minecraft/class_1982;
      named field_13707 Lnet/minecraft/client/sound/SoundContainerImpl;field_13707:Lnet/minecraft/text/Text;
  • Constructor Details

  • Method Details

    • getWeight

      public int getWeight()
      Specified by:
      getWeight in interface SoundContainer<class_2906>
      Mappings:
      Namespace Name Mixin selector
      official e Lccv;e()I
      intermediary method_7136 Lnet/minecraft/class_1914;method_7136()I
      named getWeight Lnet/minecraft/client/sound/SoundContainer;getWeight()I
    • getSound

      public class_2906 getSound()
      Specified by:
      getSound in interface SoundContainer<class_2906>
      Mappings:
      Namespace Name Mixin selector
      official a Lccu;a()Lcbz;
      intermediary method_12548 Lnet/minecraft/class_1915;method_12548()Lnet/minecraft/class_2906;
      named getSound Lnet/minecraft/client/sound/SoundContainerImpl;getSound()Lnet/minecraft/client/class_2906;
    • method_12549

      public void method_12549(SoundContainer<class_2906> soundContainer)
      Mappings:
      Namespace Name Mixin selector
      official a Lccu;a(Lccv;)V
      intermediary method_12549 Lnet/minecraft/class_1915;method_12549(Lnet/minecraft/class_1914;)V
      named method_12549 Lnet/minecraft/client/sound/SoundContainerImpl;method_12549(Lnet/minecraft/client/sound/SoundContainer;)V
    • method_12550

      public Identifier method_12550()
      Mappings:
      Namespace Name Mixin selector
      official b Lccu;b()Lkq;
      intermediary method_12550 Lnet/minecraft/class_1915;method_12550()Lnet/minecraft/class_1653;
      named method_12550 Lnet/minecraft/client/sound/SoundContainerImpl;method_12550()Lnet/minecraft/util/Identifier;
    • method_12551

      @Nullable public Text method_12551()
      Mappings:
      Namespace Name Mixin selector
      official c Lccu;c()Lfb;
      intermediary method_12551 Lnet/minecraft/class_1915;method_12551()Lnet/minecraft/class_1982;
      named method_12551 Lnet/minecraft/client/sound/SoundContainerImpl;method_12551()Lnet/minecraft/text/Text;