Interface SoundContainer<T>

All Known Implementing Classes:
Sound, WeightedSoundSet

@Environment(CLIENT)
public interface SoundContainer<T>
  • Method Details

    • getWeight

      int getWeight()
    • getSound

      T getSound()
    • preload

      void preload​(SoundSystem soundSystem)