net.minecraft.client.texture

public class TextureStitcher$Slot<T extends TextureStitcher$Stitchable>

net.minecraft.client.renderer.texture.Stitcher$Region
net.minecraft.class_1055$class_1057
net.minecraft.client.texture.TextureStitcher$Slot

Field summary

Modifier and TypeField
private final int
originX
field_5253
x
private final int
originY
field_5252
y
private final int
width
field_5251
width
private final int
height
field_5250
height
private List<TextureStitcher$Slot<T>>
subSlots
field_5255
subSlots
private TextureStitcher$Holder<T>
holder
field_5254
texture

Constructor summary

ModifierConstructor
public (int x, int y, int width, int height)

Method summary

Modifier and TypeMethod
public int
getX()
method_4569()
getX()
public int
getY()
method_4567()
getY()
public boolean
add(Stitcher$Holder<T> holder)
method_4566(class_1055$class_1056<T> arg0)
fit(TextureStitcher$Holder<T> holder)
public void
walk(Stitcher$SpriteLoader<T> output, int padding)
method_4568(class_1055$class_4726<T> arg0, int arg1)
addAllFilledSlots(TextureStitcher$SpriteConsumer<T> consumer, int padding)