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 PaintRowruntime()static PaintRowruntime(PaintTextRow.PaintTextRowBuilder builder)static PaintRowscriptName()static PaintRowscriptName(PaintTextRow.PaintTextRowBuilder builder)static PaintRowversionedScriptName()static PaintRowversionedScriptName(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)
-
-