net.minecraft.client.renderer.texture

public class Stitcher<T extends Stitcher$Entry>

hbi
net.minecraft.client.renderer.texture.Stitcher
net.minecraft.class_1055
net.minecraft.client.texture.TextureStitcher

Field summary

Modifier and TypeField
private static final Comparator<Stitcher$Holder<?>>
a
HOLDER_COMPARATOR
field_18030
COMPARATOR
private final int
b
mipLevel
field_5243
mipLevel
private final List<Stitcher$Holder<T>>
c
texturesToBeStitched
field_5237
holders
private final List<Stitcher$Region<T>>
d
storage
field_5239
slots
private int
e
storageX
field_5242
width
private int
f
storageY
field_5241
height
private final int
g
maxWidth
field_5240
maxWidth
private final int
h
maxHeight
field_5238
maxHeight

Constructor summary

ModifierConstructor
public (int maxWidth, int maxHeight, int mipLevel)

Method summary

Modifier and TypeMethod
public int
a()
getWidth()
method_4554()
getWidth()
public int
b()
getHeight()
method_4555()
getHeight()
public void
a(T arg0)
registerSprite(T arg0)
method_4553(T arg0)
add(T info)
public void
c()
stitch()
method_4557()
stitch()
public void
a(hbi$d<T> arg0)
gatherSprites(Stitcher$SpriteLoader<T> arg0)
method_4549(class_1055$class_4726<T> arg0)
getStitchedSprites(TextureStitcher$SpriteConsumer<T> consumer)
static int
a(int arg0, int arg1)
smallestFittingMinTexel(int arg0, int arg1)
method_4551(int arg0, int arg1)
applyMipLevel(int size, int mipLevel)
private boolean
a(hbi$b<T> arg0)
addToStorage(Stitcher$Holder<T> arg0)
method_4550(class_1055$class_1056<T> arg0)
fit(TextureStitcher$Holder<T> holder)
private boolean
b(hbi$b<T> arg0)
expand(Stitcher$Holder<T> arg0)
method_4552(class_1055$class_1056<T> arg0)
growAndFit(TextureStitcher$Holder<T> holder)