类 TextureAtlasSpriteLoaderManager
java.lang.Object
net.minecraftforge.client.textures.TextureAtlasSpriteLoaderManager
Manager for
ITextureAtlasSpriteLoader
instances.
Provides a lookup. TODO: Convert this into a proper registry
-
字段概要
字段修饰符和类型字段说明private static com.google.common.collect.BiMap
<ResourceLocation, ITextureAtlasSpriteLoader> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static @Nullable ITextureAtlasSpriteLoader
get
(ResourceLocation name) Finds the loader with the given name, or null if none is registered.static @Nullable ResourceLocation
getKey
(ITextureAtlasSpriteLoader value) static void
init()
-
字段详细资料
-
LOADERS
-
-
构造器详细资料
-
TextureAtlasSpriteLoaderManager
private TextureAtlasSpriteLoaderManager()
-
-
方法详细资料
-
get
Finds the loader with the given name, or null if none is registered. -
getKey
-
init
@Internal public static void init()
-