Interface ITextureAtlasSpriteLoader


public interface ITextureAtlasSpriteLoader
A loader for custom texture atlas sprites.

The loader can be specified in the corresponding .mcmeta file for a texture as follows:

 {
   "forge": {
     "loader": "examplemod:example_tas_loader"
   }
 }
 
See Also: