Uses of Interface
net.minecraftforge.client.textures.ITextureAtlasSpriteLoader
Packages that use ITextureAtlasSpriteLoader
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
- 
Uses of ITextureAtlasSpriteLoader in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event with type parameters of type ITextureAtlasSpriteLoaderModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,ITextureAtlasSpriteLoader> RegisterTextureAtlasSpriteLoadersEvent.loadersMethods in net.minecraftforge.client.event with parameters of type ITextureAtlasSpriteLoaderModifier and TypeMethodDescriptionvoidRegisterTextureAtlasSpriteLoadersEvent.register(String name, ITextureAtlasSpriteLoader loader) Registers a customsprite loader.Constructor parameters in net.minecraftforge.client.event with type arguments of type ITextureAtlasSpriteLoaderModifierConstructorDescription - 
Uses of ITextureAtlasSpriteLoader in net.minecraftforge.client.textures
Fields in net.minecraftforge.client.textures declared as ITextureAtlasSpriteLoaderModifier and TypeFieldDescriptionprivate final @Nullable ITextureAtlasSpriteLoaderForgeTextureMetadata.loaderFields in net.minecraftforge.client.textures with type parameters of type ITextureAtlasSpriteLoaderModifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap<ResourceLocation,ITextureAtlasSpriteLoader> TextureAtlasSpriteLoaderManager.LOADERSMethods in net.minecraftforge.client.textures that return ITextureAtlasSpriteLoaderModifier and TypeMethodDescriptionstatic @Nullable ITextureAtlasSpriteLoaderTextureAtlasSpriteLoaderManager.get(ResourceLocation name) Finds the loader with the given name, or null if none is registered.@Nullable ITextureAtlasSpriteLoaderForgeTextureMetadata.getLoader()Constructors in net.minecraftforge.client.textures with parameters of type ITextureAtlasSpriteLoader - 
Uses of ITextureAtlasSpriteLoader in net.minecraftforge.debug.client
Classes in net.minecraftforge.debug.client that implement ITextureAtlasSpriteLoader