Class PaintRows
- java.lang.Object
-
- org.tribot.script.sdk.painting.template.basic.PaintRows
-
public class PaintRows extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PaintRows()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PaintRow
runtime()
static PaintRow
runtime(PaintTextRow.PaintTextRowBuilder builder)
static PaintRow
scriptName()
static PaintRow
scriptName(PaintTextRow.PaintTextRowBuilder builder)
static PaintRow
versionedScriptName()
static PaintRow
versionedScriptName(PaintTextRow.PaintTextRowBuilder builder)
-
-
-
Method Detail
-
runtime
public static PaintRow runtime()
-
runtime
public static PaintRow runtime(PaintTextRow.PaintTextRowBuilder builder)
-
scriptName
public static PaintRow scriptName()
-
scriptName
public static PaintRow scriptName(PaintTextRow.PaintTextRowBuilder builder)
-
versionedScriptName
public static PaintRow versionedScriptName()
-
versionedScriptName
public static PaintRow versionedScriptName(PaintTextRow.PaintTextRowBuilder builder)
-
-