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 int
field_27814
private int
field_27815
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()
boolean
method_32257()
int
method_32258()
int
method_32259()
void
start(StartupParameter startupParameter)
String
toString()
-
Field Details
-
batchId
-
structurePath
-
structureName
-
required
private final boolean required -
field_27814
private final int field_27814 -
field_27815
private final int field_27815 -
starter
-
tickLimit
private final int tickLimit -
duration
private final long duration -
field_25306
-
-
Constructor Details
-
TestFunction
public TestFunction()
-
-
Method Details
-
start
-
getStructurePath
-
getStructureName
-
toString
-
getTickLimit
public int getTickLimit() -
isRequired
public boolean isRequired() -
getBatchId
-
getDuration
public long getDuration() -
method_29424
-
method_32257
public boolean method_32257() -
method_32258
public int method_32258() -
method_32259
public int method_32259()
-