Interface SoundContainer<T>

All Known Implementing Classes:
SoundContainerImpl, WeightedSoundSet

@Environment(CLIENT)
public interface SoundContainer<T>
Mappings:
Namespace Name
official bqb
intermediary net/minecraft/class_1331
named net/minecraft/client/sound/SoundContainer
  • Method Summary

    Modifier and Type Method Description
    T getSound()  
    int getWeight()  
  • Method Details

    • getWeight

      int getWeight()
      Mappings:
      Namespace Name Mixin selector
      official a Lbqb;a()I
      intermediary method_4621 Lnet/minecraft/class_1331;method_4621()I
      named getWeight Lnet/minecraft/client/sound/SoundContainer;getWeight()I
    • getSound

      T getSound()
      Mappings:
      Namespace Name Mixin selector
      official g Lbqb;g()Ljava/lang/Object;
      intermediary method_4622 Lnet/minecraft/class_1331;method_4622()Ljava/lang/Object;
      named getSound Lnet/minecraft/client/sound/SoundContainer;getSound()Ljava/lang/Object;