public class Stitcher
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Stitcher.Holder |
static class |
Stitcher.Slot |
Constructor and Description |
---|
Stitcher(int maxTextureWidth,
int maxTextureHeight,
boolean p_i45095_3_,
int p_i45095_4_,
int mipmapLevel) |
Modifier and Type | Method and Description |
---|---|
void |
addSprite(TextureAtlasSprite p_110934_1_) |
void |
doStitch() |
int |
getCurrentHeight() |
int |
getCurrentWidth() |
java.util.List<TextureAtlasSprite> |
getStichSlots() |
public Stitcher(int maxTextureWidth, int maxTextureHeight, boolean p_i45095_3_, int p_i45095_4_, int mipmapLevel)
public int getCurrentWidth()
public int getCurrentHeight()
public void addSprite(TextureAtlasSprite p_110934_1_)
public void doStitch()
public java.util.List<TextureAtlasSprite> getStichSlots()