public class TestFunction extends Object
Modifier and Type | Field and Description |
---|---|
private String |
batchId |
private long |
duration |
private BlockRotation |
field_25306 |
private boolean |
required |
private Consumer<StartupParameter> |
starter |
private String |
structureName |
private String |
structurePath |
private int |
tickLimit |
Constructor and Description |
---|
TestFunction() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchId() |
long |
getDuration() |
String |
getStructureName() |
String |
getStructurePath() |
int |
getTickLimit() |
boolean |
isRequired() |
BlockRotation |
method_29424() |
void |
start(StartupParameter startupParameter) |
String |
toString() |
private final String batchId
private final String structurePath
private final String structureName
private final boolean required
private final Consumer<StartupParameter> starter
private final int tickLimit
private final long duration
private final BlockRotation field_25306
public void start(StartupParameter startupParameter)
public String getStructurePath()
public String getStructureName()
public int getTickLimit()
public boolean isRequired()
public String getBatchId()
public long getDuration()
public BlockRotation method_29424()