Package net.minecraft.client.audio
Interface ISoundEventAccessor<T>
-
- All Known Implementing Classes:
Sound
,SoundEventAccessor
public interface ISoundEventAccessor<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getSound()
int
getWeight()
void
preloadIfRequired(SoundEngine p_217867_1_)
-
-
-
Method Detail
-
getWeight
int getWeight()
-
getSound
T getSound()
-
preloadIfRequired
void preloadIfRequired(SoundEngine p_217867_1_)
-
-