Interface TestScreenshotOptions
- All Superinterfaces:
- TestScreenshotCommonOptions<TestScreenshotOptions>
@NonExtendable
public interface TestScreenshotOptions
extends TestScreenshotCommonOptions<TestScreenshotOptions>
Options to customize a screenshot.
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic TestScreenshotOptionsCreates aTestScreenshotOptionswith the given screenshot name.Methods inherited from interface net.fabricmc.fabric.api.client.gametest.v1.screenshot.TestScreenshotCommonOptionsdisableCounterPrefix, withDestinationDir, withSize, withTickDelta
- 
Method Details- 
ofCreates aTestScreenshotOptionswith the given screenshot name.- Parameters:
- name- The name of the screenshot
- Returns:
- The new screenshot options instance
 
 
-