public static class FMLConfigGuiFactory.CustomArrayEntry extends GuiEditArrayEntries.StringEntry
textFieldValue
btnAddNewEntryAbove, btnRemoveEntry, configElement, isValidated, isValidValue, owningEntryList, owningScreen
Constructor and Description |
---|
CustomArrayEntry(GuiEditArray owningScreen,
GuiEditArrayEntries owningEntryList,
IConfigElement configElement,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
void |
drawEntry(int slotIndex,
int x,
int y,
int listWidth,
int slotHeight,
int mouseX,
int mouseY,
boolean isSelected,
float partial) |
getValue, keyTyped, mouseClicked, updateCursorCounter
drawToolTip, isValueSavable, mousePressed, mouseReleased, updatePosition
public CustomArrayEntry(GuiEditArray owningScreen, GuiEditArrayEntries owningEntryList, IConfigElement configElement, java.lang.Object value)
public void drawEntry(int slotIndex, int x, int y, int listWidth, int slotHeight, int mouseX, int mouseY, boolean isSelected, float partial)
drawEntry
in interface GuiListExtended.IGuiListEntry
drawEntry
in class GuiEditArrayEntries.StringEntry