Class SpriteSourceProvider

java.lang.Object
net.minecraftforge.common.data.JsonCodecProvider<List<SpriteSource>>
net.minecraftforge.common.data.SpriteSourceProvider
All Implemented Interfaces:
DataProvider
Direct Known Subclasses:
ForgeSpriteSourceProvider

public abstract class SpriteSourceProvider extends JsonCodecProvider<List<SpriteSource>>

Data provider for atlas configuration files.
An atlas configuration is bound to a specific texture atlas such as the minecraft:blocks atlas and allows adding additional textures to the atlas by adding SpriteSources to the configuration.

See SpriteSources for the available sources and the constants in this class for the atlases used in vanilla Minecraft