Class Stitcher<T extends Stitcher.Entry>
java.lang.Object
net.minecraft.client.renderer.texture.Stitcher<T>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
(package private) static final record
Stitcher.Holder<T extends Stitcher.Entry>
static class
Stitcher.Region<T extends Stitcher.Entry>
static interface
Stitcher.SpriteLoader<T extends Stitcher.Entry>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Comparator<Stitcher.Holder<?>>
private static final org.slf4j.Logger
private final int
private final int
private final int
private final List<Stitcher.Region<T>>
private int
private int
private final List<Stitcher.Holder<T>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
addToStorage
(Stitcher.Holder<T> p_118179_) private boolean
expand
(Stitcher.Holder<T> p_118192_) void
gatherSprites
(Stitcher.SpriteLoader<T> p_118181_) int
int
getWidth()
void
registerSprite
(T p_249253_) (package private) static int
smallestFittingMinTexel
(int p_118189_, int p_118190_) void
stitch()
-
Field Details
-
LOGGER
private static final org.slf4j.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
-