net.minecraft.client

public class Screenshot

fmo
net.minecraft.client.Screenshot
net.minecraft.class_318
net.minecraft.client.util.ScreenshotRecorder

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
b
LOGGER
field_1974
LOGGER
public static final String
a
SCREENSHOT_DIR
field_41337
SCREENSHOTS_DIRECTORY
private int
c
rowHeight
field_32157
unitHeight
private final DataOutputStream
d
outputStream
field_32158
stream
private final byte[]
e
bytes
field_32159
buffer
private final int
f
width
field_32160
width
private final int
g
height
field_32161
height
private File
h
file
field_32162
file

Constructor summary

ModifierConstructor
public (File gameDirectory, int width, int height, int unitHeight)

Method summary

Modifier and TypeMethod
public static void
a(File arg0, ffc arg1, Consumer<xv> arg2)
grab(File arg0, RenderTarget arg1, Consumer<Component> arg2)
method_1659(File arg0, class_276 arg1, Consumer<class_2561> arg2)
saveScreenshot(File gameDirectory, Framebuffer framebuffer, Consumer<Text> messageReceiver)
public static void
a(File arg0, String arg1, ffc arg2, Consumer<xv> arg3)
grab(File arg0, String arg1, RenderTarget arg2, Consumer<Component> arg3)
method_22690(File arg0, String arg1, class_276 arg2, Consumer<class_2561> arg3)
saveScreenshot(File gameDirectory, String fileName, Framebuffer framebuffer, Consumer<Text> messageReceiver)
private static void
b(File arg0, String arg1, ffc arg2, Consumer<xv> arg3)
_grab(File arg0, String arg1, RenderTarget arg2, Consumer<Component> arg3)
method_1662(File arg0, String arg1, class_276 arg2, Consumer<class_2561> arg3)
saveScreenshotInner(File gameDirectory, String fileName, Framebuffer framebuffer, Consumer<Text> messageReceiver)
public static NativeImage
a(ffc arg0)
takeScreenshot(RenderTarget arg0)
method_1663(class_276 arg0)
takeScreenshot(Framebuffer framebuffer)
private static File
a(File arg0)
getFile(File arg0)
method_1660(File arg0)
getScreenshotFilename(File directory)
public void
a(ByteBuffer arg0, int arg1, int arg2, int arg3, int arg4)
addRegion(ByteBuffer arg0, int arg1, int arg2, int arg3, int arg4)
method_35711(ByteBuffer arg0, int arg1, int arg2, int arg3, int arg4)
getIntoBuffer(ByteBuffer data, int startWidth, int startHeight, int unitWidth, int unitHeight)
public void
a()
saveRow()
method_35710()
writeToStream()
public File
b()
close()
method_35712()
finish()