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 StringbatchIdprivate longdurationprivate BlockRotationfield_25306private intfield_27814private intfield_27815private booleanrequiredprivate Consumer<StartupParameter>starterprivate StringstructureNameprivate StringstructurePathprivate inttickLimit -
Constructor Summary
Constructors Constructor Description TestFunction() -
Method Summary
Modifier and Type Method Description StringgetBatchId()longgetDuration()StringgetStructureName()StringgetStructurePath()intgetTickLimit()booleanisRequired()BlockRotationmethod_29424()booleanmethod_32257()intmethod_32258()intmethod_32259()voidstart(StartupParameter startupParameter)StringtoString()
-
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()
-