FabricSpriteProviderImpl

public class FabricSpriteProviderImpl implements FabricSpriteProvider

Functions

getAtlas
Link copied to clipboard
SpriteAtlasTexture getAtlas()
Returns the entire particles texture atlas.
getSprite
Link copied to clipboard
Sprite getSprite(Random random)
Sprite getSprite(int i, int j)
abstract Sprite getSprite(int i, int j)
getSprites
Link copied to clipboard
List<SpritegetSprites()
Gets the list of all sprites available for this particle to use.This is defined in your resourcepack.

Sources

jvm source
Link copied to clipboard