Annotation Interface OnInit
Annotate a static method accepting exactly one parameter of MutableTestFramework (or parent interfaces) to
 register that method as an on-init listener, which will be called in 
MutableTestFramework.init(IEventBus, ModContainer).
 The time when it will be called depends on the stage given as an annotation parameter.- 
Nested Class SummaryNested Classes
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionReturns the stage during which to run this listener.
- 
Element Details- 
valueOnInit.Stage valueReturns the stage during which to run this listener.- Returns:
- the stage during which to run this listener
 - Default:
- BEFORE_SETUP
 
 
-