Interface SoundContainer<T>

All Known Implementing Classes:
class_2906, SoundContainerImpl

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

    Modifier and Type
    Method
    Description
     
    int
     
  • Method Details

    • getWeight

      int getWeight()
      Mappings:
      Namespace Name Mixin selector
      official e Lchr;e()I
      intermediary method_7136 Lnet/minecraft/class_1914;method_7136()I
      named getWeight Lnet/minecraft/client/sound/SoundContainer;getWeight()I
    • getSound

      T getSound()
      Mappings:
      Namespace Name Mixin selector
      official i Lchr;i()Ljava/lang/Object;
      intermediary method_7137 Lnet/minecraft/class_1914;method_7137()Ljava/lang/Object;
      named getSound Lnet/minecraft/client/sound/SoundContainer;getSound()Ljava/lang/Object;