Package | Description |
---|---|
buildcraft.lib.gui.button | |
buildcraft.lib.gui.elem | |
buildcraft.lib.gui.ledger |
Modifier and Type | Method and Description |
---|---|
GuiElementText |
GuiAbstractButton.createTextElement(java.lang.String text) |
GuiElementText |
GuiAbstractButton.createTextElement(java.util.function.Supplier<java.lang.String> text) |
Modifier and Type | Method and Description |
---|---|
GuiElementText |
GuiElementText.setCentered(boolean centered) |
GuiElementText |
GuiElementText.setDropShadow(boolean value) |
GuiElementText |
GuiElementText.setForeground(boolean value) |
Modifier and Type | Method and Description |
---|---|
protected GuiElementText |
Ledger_Neptune.appendText(java.lang.String text,
int colour) |
protected GuiElementText |
Ledger_Neptune.appendText(java.util.function.Supplier<java.lang.String> text,
int colour) |
protected GuiElementText |
Ledger_Neptune.appendText(java.util.function.Supplier<java.lang.String> text,
java.util.function.IntSupplier colour) |