Package net.neoforged.neoforge.gametest
Annotation Interface GameTestHolder
Marks a class as containing game tests that should be registered automatically.
 All methods annotated with 
GameTest or GameTestGenerator will be registered.- 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionUsed as the defaulttemplate namespacefor any game tests in the class that do not specify one. 
- 
Element Details
- 
value
String valueUsed as the defaulttemplate namespacefor any game tests in the class that do not specify one.- Default:
 - "minecraft"
 
 
 -