Package net.minecraft.test
Class TestFunction
java.lang.Object
net.minecraft.test.TestFunction
public class TestFunction extends Object
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description TestFunction()
-
Method Summary
Modifier and Type Method Description String
getBatchId()
long
getDuration()
String
getStructureName()
String
getStructurePath()
int
getTickLimit()
boolean
isRequired()
BlockRotation
method_29424()
void
start(StartupParameter startupParameter)
String
toString()
-
Field Details
-
batchId
-
structurePath
-
structureName
-
required
private final boolean required -
starter
-
tickLimit
private final int tickLimit -
duration
private final long duration -
field_25306
-
-
Constructor Details
-
TestFunction
public TestFunction()
-
-
Method Details