Package | Description |
---|---|
net.minecraftforge.client | |
net.minecraftforge.client.textures | |
net.minecraftforge.debug.client |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<ResourceLocation,ITextureAtlasSpriteLoader> |
MinecraftForgeClient.textureAtlasSpriteLoaders |
Modifier and Type | Method and Description |
---|---|
static ITextureAtlasSpriteLoader |
MinecraftForgeClient.getTextureAtlasSpriteLoader(ResourceLocation name) |
Modifier and Type | Method and Description |
---|---|
static void |
MinecraftForgeClient.registerTextureAtlasSpriteLoader(ResourceLocation name,
ITextureAtlasSpriteLoader loader)
Register a custom ITextureAtlasSprite loader.
|
Modifier and Type | Field and Description |
---|---|
private ITextureAtlasSpriteLoader |
ForgeTextureMetadata.loader |
Modifier and Type | Method and Description |
---|---|
ITextureAtlasSpriteLoader |
ForgeTextureMetadata.getLoader() |
Constructor and Description |
---|
ForgeTextureMetadata(ITextureAtlasSpriteLoader loader) |
Modifier and Type | Class and Description |
---|---|
private static class |
CustomTASTest.TasLoader |