Uses of Class
net.minecraft.client.audio.SoundList
-
Packages that use SoundList Package Description net.minecraft.client.audio -
-
Uses of SoundList in net.minecraft.client.audio
Fields in net.minecraft.client.audio with type parameters of type SoundList Modifier and Type Field Description private static com.google.gson.reflect.TypeToken<java.util.Map<java.lang.String,SoundList>>
SoundHandler. SOUND_EVENT_REGISTRATION_TYPE
Methods in net.minecraft.client.audio that return SoundList Modifier and Type Method Description SoundList
SoundListSerializer. deserialize(com.google.gson.JsonElement p_deserialize_1_, java.lang.reflect.Type p_deserialize_2_, com.google.gson.JsonDeserializationContext p_deserialize_3_)
Methods in net.minecraft.client.audio with parameters of type SoundList Modifier and Type Method Description private void
SoundHandler.Loader. handleRegistration(ResourceLocation p_217944_1_, SoundList p_217944_2_, IResourceManager p_217944_3_)
-