Class ClientConfigHelper
java.lang.Object
com.odinokland.constantmusic.neoforge.ClientConfigHelper
- All Implemented Interfaces:
net.neoforged.fml.IExtensionPoint,net.neoforged.neoforge.client.gui.IConfigScreenFactory
public class ClientConfigHelper
extends Object
implements net.neoforged.neoforge.client.gui.IConfigScreenFactory
The type Client config helper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.gui.screens.ScreencreateScreen(net.minecraft.client.Minecraft container, net.minecraft.client.gui.screens.Screen modListScreen) Create screen screen.
-
Constructor Details
-
ClientConfigHelper
public ClientConfigHelper()Instantiates a new Client config helper.
-
-
Method Details
-
createScreen
public net.minecraft.client.gui.screens.Screen createScreen(net.minecraft.client.Minecraft container, net.minecraft.client.gui.screens.Screen modListScreen) Create screen screen.- Specified by:
createScreenin interfacenet.neoforged.neoforge.client.gui.IConfigScreenFactory- Parameters:
container- the containermodListScreen- the mod list screen- Returns:
- the screen
-