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