Uses of Interface
net.minecraftforge.client.textures.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
Modifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
ITextureAtlasSpriteLoader> RegisterTextureAtlasSpriteLoadersEvent.loaders
Modifier and TypeMethodDescriptionvoid
RegisterTextureAtlasSpriteLoadersEvent.register
(String name, ITextureAtlasSpriteLoader loader) Registers a customsprite loader
.ModifierConstructorDescription -
Uses of ITextureAtlasSpriteLoader in net.minecraftforge.client.textures
Modifier and TypeFieldDescriptionprivate final @Nullable ITextureAtlasSpriteLoader
ForgeTextureMetadata.loader
Modifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap<ResourceLocation,
ITextureAtlasSpriteLoader> TextureAtlasSpriteLoaderManager.LOADERS
Modifier and TypeMethodDescriptionstatic @Nullable ITextureAtlasSpriteLoader
TextureAtlasSpriteLoaderManager.get
(ResourceLocation name) Finds the loader with the given name, or null if none is registered.@Nullable ITextureAtlasSpriteLoader
ForgeTextureMetadata.getLoader()
-
Uses of ITextureAtlasSpriteLoader in net.minecraftforge.debug.client