Uses of Class
net.minecraft.client.audio.SoundEventAccessor
-
Packages that use SoundEventAccessor Package Description net.minecraft.client.audio net.minecraft.client.gui.overlay -
-
Uses of SoundEventAccessor in net.minecraft.client.audio
Fields in net.minecraft.client.audio with type parameters of type SoundEventAccessor Modifier and Type Field Description private java.util.Map<ResourceLocation,SoundEventAccessor>SoundHandler.Loader. registryprivate java.util.Map<ResourceLocation,SoundEventAccessor>SoundHandler. registryMethods in net.minecraft.client.audio that return SoundEventAccessor Modifier and Type Method Description SoundEventAccessorSoundHandler. getSoundEvent(ResourceLocation p_184398_1_)SoundEventAccessorISound. resolve(SoundHandler p_184366_1_)SoundEventAccessorLocatableSound. resolve(SoundHandler p_184366_1_)Methods in net.minecraft.client.audio with parameters of type SoundEventAccessor Modifier and Type Method Description voidISoundEventListener. onPlaySound(ISound p_184067_1_, SoundEventAccessor p_184067_2_)Method parameters in net.minecraft.client.audio with type arguments of type SoundEventAccessor Modifier and Type Method Description voidSoundHandler.Loader. apply(java.util.Map<ResourceLocation,SoundEventAccessor> p_217946_1_, SoundEngine p_217946_2_) -
Uses of SoundEventAccessor in net.minecraft.client.gui.overlay
Methods in net.minecraft.client.gui.overlay with parameters of type SoundEventAccessor Modifier and Type Method Description voidSubtitleOverlayGui. onPlaySound(ISound p_184067_1_, SoundEventAccessor p_184067_2_)
-