类 SoundManager.Preparations
java.lang.Object
net.minecraft.client.sounds.SoundManager.Preparations
- 封闭类:
- SoundManager
-
字段概要
字段修饰符和类型字段说明(专用程序包) final Map<ResourceLocation,
WeighedSoundEvents> private Map<ResourceLocation,
Resource> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
apply
(Map<ResourceLocation, WeighedSoundEvents> pSoundRegistry, Map<ResourceLocation, Resource> pCache, SoundEngine pSoundEngine) (专用程序包) void
handleRegistration
(ResourceLocation pLocation, SoundEventRegistration pRegistration) (专用程序包) void
listResources
(ResourceManager pResourceManager)
-
字段详细资料
-
registry
-
soundCache
-
-
构造器详细资料
-
Preparations
protected Preparations()
-
-
方法详细资料
-
listResources
-
handleRegistration
-
apply
public void apply(Map<ResourceLocation, WeighedSoundEvents> pSoundRegistry, Map<ResourceLocation, Resource> pCache, SoundEngine pSoundEngine)
-