Package net.minecraft.test
Annotation Interface GameTest
GameTest is used to tell the test framework that the annotated method is a test.
 GameTest methods must take 1 parameter of TestContext
- Mappings:
 Namespace Name named net/minecraft/test/GameTestintermediary net/minecraft/class_6302official so
- 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionlongbooleanintbooleanintintbooleanint 
- 
Element Details
- 
tickLimit
int tickLimit- Mappings:
 Namespace Name Mixin selector named tickLimitLnet/minecraft/test/GameTest;tickLimit()Iintermediary method_35932Lnet/minecraft/class_6302;method_35932()Iofficial aLso;a()I
- Default:
 100
 - 
batchId
String batchId- Mappings:
 Namespace Name Mixin selector named batchIdLnet/minecraft/test/GameTest;batchId()Ljava/lang/String;intermediary method_35933Lnet/minecraft/class_6302;method_35933()Ljava/lang/String;official bLso;b()Ljava/lang/String;
- Default:
 "defaultBatch"
 - 
skyAccess
boolean skyAccess- Mappings:
 Namespace Name Mixin selector named skyAccessLnet/minecraft/test/GameTest;skyAccess()Zintermediary method_57098Lnet/minecraft/class_6302;method_57098()Zofficial cLso;c()Z
- Default:
 false
 - 
rotation
int rotation- Mappings:
 Namespace Name Mixin selector named rotationLnet/minecraft/test/GameTest;rotation()Iintermediary method_35934Lnet/minecraft/class_6302;method_35934()Iofficial dLso;d()I
- Default:
 0
 - 
required
boolean required- Mappings:
 Namespace Name Mixin selector named requiredLnet/minecraft/test/GameTest;required()Zintermediary method_35935Lnet/minecraft/class_6302;method_35935()Zofficial eLso;e()Z
- Default:
 true
 - 
manualOnly
boolean manualOnly- Mappings:
 Namespace Name Mixin selector named manualOnlyLnet/minecraft/test/GameTest;manualOnly()Zintermediary method_57962Lnet/minecraft/class_6302;method_57962()Zofficial fLso;f()Z
- Default:
 false
 - 
templateName
String templateName- Mappings:
 Namespace Name Mixin selector named templateNameLnet/minecraft/test/GameTest;templateName()Ljava/lang/String;intermediary method_35936Lnet/minecraft/class_6302;method_35936()Ljava/lang/String;official gLso;g()Ljava/lang/String;
- Default:
 ""
 - 
duration
long duration- Mappings:
 Namespace Name Mixin selector named durationLnet/minecraft/test/GameTest;duration()Jintermediary method_35937Lnet/minecraft/class_6302;method_35937()Jofficial hLso;h()J
- Default:
 0L
 - 
maxAttempts
int maxAttempts- Mappings:
 Namespace Name Mixin selector named maxAttemptsLnet/minecraft/test/GameTest;maxAttempts()Iintermediary method_35938Lnet/minecraft/class_6302;method_35938()Iofficial iLso;i()I
- Default:
 1
 - 
requiredSuccesses
int requiredSuccesses- Mappings:
 Namespace Name Mixin selector named requiredSuccessesLnet/minecraft/test/GameTest;requiredSuccesses()Iintermediary method_35939Lnet/minecraft/class_6302;method_35939()Iofficial jLso;j()I
- Default:
 1
 
 -