Class Stitcher
java.lang.Object
net.minecraft.client.renderer.texture.Stitcher
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
static class
static interface
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Comparator<Stitcher.Holder>
private static final org.apache.logging.log4j.Logger
private final int
private final int
private final int
private final List<Stitcher.Region>
private int
private int
private final Set<Stitcher.Holder>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
addToStorage
(Stitcher.Holder p_118179_) private boolean
expand
(Stitcher.Holder p_118192_) void
gatherSprites
(Stitcher.SpriteLoader p_118181_) int
int
getWidth()
void
registerSprite
(TextureAtlasSprite.Info p_118186_) (package private) static int
smallestFittingMinTexel
(int p_118189_, int p_118190_) void
stitch()
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
HOLDER_COMPARATOR
-
mipLevel
private final int mipLevel -
texturesToBeStitched
-
storage
-
storageX
private int storageX -
storageY
private int storageY -
maxWidth
private final int maxWidth -
maxHeight
private final int maxHeight
-
-
Constructor Details
-
Stitcher
public Stitcher(int p_118171_, int p_118172_, int p_118173_)
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
registerSprite
-
stitch
public void stitch() -
gatherSprites
-
smallestFittingMinTexel
static int smallestFittingMinTexel(int p_118189_, int p_118190_) -
addToStorage
-
expand
-