Interface ParticleProviderRegistry.ExtendedSpriteSet

All Superinterfaces:
net.minecraft.client.particle.SpriteSet
Enclosing class:
ParticleProviderRegistry

public static interface ParticleProviderRegistry.ExtendedSpriteSet extends net.minecraft.client.particle.SpriteSet
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.client.renderer.texture.TextureAtlas
     
    List<net.minecraft.client.renderer.texture.TextureAtlasSprite>
     

    Methods inherited from interface net.minecraft.client.particle.SpriteSet

    get, get
  • Method Details

    • getAtlas

      net.minecraft.client.renderer.texture.TextureAtlas getAtlas()
    • getSprites

      List<net.minecraft.client.renderer.texture.TextureAtlasSprite> getSprites()