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. registry
private java.util.Map<ResourceLocation,SoundEventAccessor>
SoundHandler. registry
Methods in net.minecraft.client.audio that return SoundEventAccessor Modifier and Type Method Description SoundEventAccessor
SoundHandler. getSoundEvent(ResourceLocation p_184398_1_)
SoundEventAccessor
ISound. resolve(SoundHandler p_184366_1_)
SoundEventAccessor
LocatableSound. resolve(SoundHandler p_184366_1_)
Methods in net.minecraft.client.audio with parameters of type SoundEventAccessor Modifier and Type Method Description void
ISoundEventListener. 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 void
SoundHandler.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 void
SubtitleOverlayGui. onPlaySound(ISound p_184067_1_, SoundEventAccessor p_184067_2_)
-