Class ForgeTextureMetadata
java.lang.Object
net.minecraftforge.client.textures.ForgeTextureMetadata
The "forge" section of texture metadata files (.mcmeta). Currently used only to specify custom
 TextureAtlasSprite loaders.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ForgeTextureMetadataprivate final @Nullable ITextureAtlasSpriteLoaderstatic final MetadataSectionSerializer<ForgeTextureMetadata> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ForgeTextureMetadataforResource(Resource resource) @Nullable ITextureAtlasSpriteLoader 
- 
Field Details
- 
EMPTY
 - 
SERIALIZER
 - 
loader
 
 - 
 - 
Constructor Details
- 
ForgeTextureMetadata
 
 - 
 - 
Method Details
- 
forResource
- Throws:
 IOException
 - 
getLoader
 
 -