Interface IConfigScreenFactory
- All Superinterfaces:
IExtensionPoint
Register an instance to
ModContainer.registerExtensionPoint(Class, Supplier)
to supply a config screen for your mod.
The config screen will be accessible from the mod list menu.
-
Method Summary
Modifier and TypeMethodDescriptioncreateScreen
(ModContainer container, Screen modListScreen) Creates a new config screen.static Optional
<IConfigScreenFactory>
-
Method Details
-
createScreen
Creates a new config screen. ThemodListScreen
parameter can be used for a "back" button. -
getForMod
-