public class JEIModGuiFactory
extends java.lang.Object
implements net.minecraftforge.fml.client.IModGuiFactory
| Constructor and Description |
|---|
JEIModGuiFactory() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.client.gui.GuiScreen |
createConfigGui(net.minecraft.client.gui.GuiScreen parentScreen) |
net.minecraftforge.fml.client.IModGuiFactory.RuntimeOptionGuiHandler |
getHandlerFor(net.minecraftforge.fml.client.IModGuiFactory.RuntimeOptionCategoryElement element) |
boolean |
hasConfigGui() |
void |
initialize(net.minecraft.client.Minecraft minecraftInstance) |
java.lang.Class<? extends net.minecraft.client.gui.GuiScreen> |
mainConfigGuiClass() |
java.util.Set<net.minecraftforge.fml.client.IModGuiFactory.RuntimeOptionCategoryElement> |
runtimeGuiCategories() |
public void initialize(net.minecraft.client.Minecraft minecraftInstance)
initialize in interface net.minecraftforge.fml.client.IModGuiFactorypublic boolean hasConfigGui()
hasConfigGui in interface net.minecraftforge.fml.client.IModGuiFactorypublic net.minecraft.client.gui.GuiScreen createConfigGui(net.minecraft.client.gui.GuiScreen parentScreen)
createConfigGui in interface net.minecraftforge.fml.client.IModGuiFactorypublic java.lang.Class<? extends net.minecraft.client.gui.GuiScreen> mainConfigGuiClass()
mainConfigGuiClass in interface net.minecraftforge.fml.client.IModGuiFactory@Nullable public java.util.Set<net.minecraftforge.fml.client.IModGuiFactory.RuntimeOptionCategoryElement> runtimeGuiCategories()
runtimeGuiCategories in interface net.minecraftforge.fml.client.IModGuiFactory@Nullable public net.minecraftforge.fml.client.IModGuiFactory.RuntimeOptionGuiHandler getHandlerFor(net.minecraftforge.fml.client.IModGuiFactory.RuntimeOptionCategoryElement element)
getHandlerFor in interface net.minecraftforge.fml.client.IModGuiFactory