Package net.minecraftforge.gametest
Annotation Interface GameTestPrefix
This sets the prefix to prepend to test names and templates.
 
 If this annotation cannot be found the default behavior is to
 look for the {@ Mod @Mod} annotation and use the mod id. If that is
 not found the simple class name is used.
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
String valueThe prefix to use instead ofsimple class name 
 -