Interface SoundContainer

All Known Implementing Classes:
class_4855, SoundContainerImpl, WeightedSoundSet

@Environment(CLIENT) public interface SoundContainer
Mappings:
Namespace Name
official czm
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 a Lczm;a()I
      intermediary method_7136 Lnet/minecraft/class_1914;method_7136()I
      named getWeight Lnet/minecraft/client/sound/SoundContainer;getWeight()I
    • getSound

      Object getSound()
      Mappings:
      Namespace Name Mixin selector
      official g Lczm;g()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;