Package net.minecraft.client.renderer
Class StitcherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.minecraft.client.renderer.StitcherException
-
- All Implemented Interfaces:
java.io.Serializable
public class StitcherException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection<TextureAtlasSprite.Info>
allSprites
-
Constructor Summary
Constructors Constructor Description StitcherException(TextureAtlasSprite.Info p_i226046_1_, java.util.Collection<TextureAtlasSprite.Info> p_i226046_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<TextureAtlasSprite.Info>
getAllSprites()
-
-
-
Field Detail
-
allSprites
private final java.util.Collection<TextureAtlasSprite.Info> allSprites
-
-
Constructor Detail
-
StitcherException
public StitcherException(TextureAtlasSprite.Info p_i226046_1_, java.util.Collection<TextureAtlasSprite.Info> p_i226046_2_)
-
-
Method Detail
-
getAllSprites
public java.util.Collection<TextureAtlasSprite.Info> getAllSprites()
-
-