Package | Description |
---|---|
buildcraft.lib.fluid | |
buildcraft.lib.gui | |
buildcraft.lib.gui.button | |
buildcraft.lib.gui.elem | |
buildcraft.lib.gui.ledger | |
buildcraft.lib.gui.statement | |
buildcraft.lib.gui.widget | |
buildcraft.lib.misc |
Holds a lot of generic *Util classes.
|
Modifier and Type | Field and Description |
---|---|
protected ToolTip |
Tank.toolTip |
Modifier and Type | Method and Description |
---|---|
ToolTip |
Tank.getToolTip() |
Modifier and Type | Method and Description |
---|---|
void |
GuiElementToolTip.addToolTips(java.util.List<ToolTip> tooltips) |
void |
ITooltipElement.addToolTips(java.util.List<ToolTip> tooltips)
Called to add tooltips to the list of existing tool tips.
|
default void |
IContainingElement.addToolTips(java.util.List<ToolTip> tooltips) |
default void |
IGuiElement.addToolTips(java.util.List<ToolTip> tooltips)
Called to add tooltips to the list of existing tool tips.
|
Modifier and Type | Method and Description |
---|---|
void |
GuiAbstractButton.setToolTip(ToolTip tips) |
Modifier and Type | Method and Description |
---|---|
void |
GuiAbstractButton.addToolTips(java.util.List<ToolTip> tooltips) |
Modifier and Type | Method and Description |
---|---|
static ToolTip |
ToolTip.createLocalized(java.lang.String... localeKeys)
Creates a
ToolTip based off of an array of localisation keys. |
Modifier and Type | Method and Description |
---|---|
void |
GuiElementContainerResizing.addToolTips(java.util.List<ToolTip> tooltips) |
void |
GuiElementContainerHelp.addToolTips(java.util.List<ToolTip> tooltips)
Deprecated.
|
void |
ScrollWindow.addToolTips(java.util.List<ToolTip> tooltips) |
Modifier and Type | Method and Description |
---|---|
void |
Ledger_Neptune.addToolTips(java.util.List<ToolTip> tooltips) |
Modifier and Type | Method and Description |
---|---|
void |
GuiElementStatementParam.addToolTips(java.util.List<ToolTip> tooltips) |
void |
GuiElementStatement.addToolTips(java.util.List<ToolTip> tooltips) |
void |
GuiElementStatementSource.addToolTips(java.util.List<ToolTip> tooltips) |
void |
GuiElementStatementVariant.addToolTips(java.util.List<ToolTip> tooltips) |
Modifier and Type | Method and Description |
---|---|
void |
WidgetPhantomSlot.GuiElementPhantomSlot.addToolTips(java.util.List<ToolTip> tooltips) |
Modifier and Type | Method and Description |
---|---|
static ToolTip |
GuiUtil.createToolTip(java.util.function.Supplier<net.minecraft.item.ItemStack> stackRef) |