类 SpriteSourceProvider

java.lang.Object
net.minecraftforge.common.data.JsonCodecProvider<List<SpriteSource>>
net.minecraftforge.common.data.SpriteSourceProvider
所有已实现的接口:
DataProvider
直接已知子类:
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