Package net.minecraft.gametest.framework
Annotation Interface GameTest
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
boolean
int
int
long
The namespace of where to grab the structure from, generally a mod id.int
-
Element Details
-
timeoutTicks
int timeoutTicks- Default:
- 100
-
batch
String batch- Default:
- "defaultBatch"
-
rotationSteps
int rotationSteps- Default:
- 0
-
required
boolean required- Default:
- true
-
templateNamespace
String templateNamespaceThe namespace of where to grab the structure from, generally a mod id.- Default:
- ""
-
template
String template- Default:
- ""
-
setupTicks
long setupTicks- Default:
- 0L
-
attempts
int attempts- Default:
- 1
-
requiredSuccesses
int requiredSuccesses- Default:
- 1
-