Package net.fabricmc.fabric.api.client.gametest.v1.screenshot
@Experimental
package net.fabricmc.fabric.api.client.gametest.v1.screenshot
-
InterfacesClassDescriptionTestScreenshotCommonOptions<SELF extends TestScreenshotCommonOptions<SELF>>Base class for screenshot customization options common to taking screenshots and comparing them.An algorithm for finding a template subimage (the "needle") in a screenshot (the "haystack").A thin wrapper around a raw image data array, so that algorithms can directly access the array which may be more efficient than going through a
NativeImage
each time.Options for comparing screenshots.Options to customize a screenshot.