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 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()voidstart(StartupParameter startupParameter)StringtoString()
-
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