| Modifier and Type | Class and Description |
|---|---|
class |
ConfigCategoryGui.Entries |
allRequireMcRestart, allRequireWorldRestart, btnDefaultAll, btnUndoAll, checkBoxHoverChecker, chkApplyGlobally, configElements, configID, entryList, initEntries, isWorldRunning, modID, needsRefresh, parentScreen, resetHoverChecker, title, titleLine2, undoHoverChecker| Constructor and Description |
|---|
ConfigCategoryGui(net.minecraft.client.gui.GuiScreen parentScreen,
java.lang.String title,
java.lang.String modID) |
ConfigCategoryGui(T parentScreen,
BetterConfig settings,
java.util.function.Supplier<java.lang.String> titleSupplier,
java.lang.reflect.Type type,
java.lang.Object instance) |
ConfigCategoryGui(T parentScreen,
java.util.function.Supplier<java.lang.String> titleSupplier,
java.lang.reflect.Type type,
java.lang.Object instance) |
| Modifier and Type | Method and Description |
|---|---|
void |
initGui() |
void |
recalculateState() |
BetterConfig |
settings() |
java.lang.String |
subtitle() |
java.lang.String |
title() |
actionPerformed, drawScreen, drawToolTip, getAbridgedConfigPath, handleMouseInput, keyTyped, mouseClicked, mouseReleased, onGuiClosed, updateScreenaddButton, confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, mouseClickMove, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setText, setWorldAndResolutiondrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLinepublic ConfigCategoryGui(net.minecraft.client.gui.GuiScreen parentScreen,
java.lang.String title,
java.lang.String modID)
public ConfigCategoryGui(T parentScreen,
java.util.function.Supplier<java.lang.String> titleSupplier,
java.lang.reflect.Type type,
@Nullable
java.lang.Object instance)
public ConfigCategoryGui(T parentScreen,
BetterConfig settings,
java.util.function.Supplier<java.lang.String> titleSupplier,
java.lang.reflect.Type type,
@Nullable
java.lang.Object instance)
public void initGui()
initGui in class net.minecraftforge.fml.client.config.GuiConfigpublic BetterConfig settings()
public void recalculateState()
recalculateState in interface ConfigGui