Package net.minecraft.client.sound
Interface SoundContainer<T>
- All Known Implementing Classes:
Sound
,WeightedSoundSet
@Environment(CLIENT)
public interface SoundContainer<T>
-
Method Summary
Modifier and Type Method Description T
getSound()
int
getWeight()
void
preload(SoundSystem soundSystem)
-
Method Details
-
getWeight
int getWeight() -
getSound
T getSound() -
preload
-