Package net.minecraftforge.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
Modifier and TypeOptional ElementDescriptionUsed as the defaulttemplate namespace
for any game tests in the class that do not specify one.
-
Element Details
-
value
String valueUsed as the defaulttemplate namespace
for any game tests in the class that do not specify one.- Default:
- "minecraft"
-