Class SpriteSourceProvider.SourceList
java.lang.Object
net.neoforged.neoforge.client.data.SpriteSourceProvider.SourceList
- Enclosing class:
SpriteSourceProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSource(SpriteSource source) Add the givenSpriteSourceto this atlas configurationaddSource(SpriteSource source, ICondition... conditions) Add the givenSpriteSourceto this atlas configuration with the given conditions
-
Field Details
-
sources
-
-
Constructor Details
-
SourceList
private SourceList()
-
-
Method Details
-
addSource
Add the givenSpriteSourceto this atlas configuration- Parameters:
source- TheSpriteSourceto be added
-
addSource
Add the givenSpriteSourceto this atlas configuration with the given conditions- Parameters:
source- TheSpriteSourceto be added
-