| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMapGui.Entries |
beforeValues, btnDefault, btnDone, btnUndoChanges, configElement, currentValues, enabled, entryList, parentScreen, slotIndex, title, titleLine2, titleLine3, toolTip, tooltipHoverChecker| Constructor and Description |
|---|
ConfigMapGui(T parentScreen,
java.util.function.Supplier<java.lang.String> titleSupplier,
ConfigElementMetadata metadata,
java.lang.reflect.Type type,
java.lang.Object defaultValue,
java.lang.Object beforeValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(net.minecraft.client.gui.GuiButton button) |
protected net.minecraftforge.fml.client.config.GuiEditArrayEntries |
createEditArrayEntries()
Deprecated.
|
java.lang.Object |
getValue() |
ConfigElementMetadata |
info() |
void |
initGui() |
void |
recalculateState() |
BetterConfig |
settings() |
void |
setValue(java.lang.Object value) |
java.lang.String |
subtitle() |
java.lang.String |
title() |
drawScreen, drawToolTip, handleMouseInput, keyTyped, mouseClicked, mouseReleased, updateScreenaddButton, confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, mouseClickMove, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setText, setWorldAndResolutiondrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLinepublic ConfigMapGui(T parentScreen,
java.util.function.Supplier<java.lang.String> titleSupplier,
ConfigElementMetadata metadata,
java.lang.reflect.Type type,
java.lang.Object defaultValue,
java.lang.Object beforeValue)
public void initGui()
initGui in class net.minecraftforge.fml.client.config.GuiEditArrayprotected void actionPerformed(net.minecraft.client.gui.GuiButton button)
actionPerformed in class net.minecraftforge.fml.client.config.GuiEditArray@Deprecated protected net.minecraftforge.fml.client.config.GuiEditArrayEntries createEditArrayEntries()
createEditArrayEntries in class net.minecraftforge.fml.client.config.GuiEditArraypublic ConfigElementMetadata info()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public BetterConfig settings()
public void recalculateState()
recalculateState in interface ConfigGui