Modifier and Type | Interface and Description |
---|---|
interface |
IContainingElement |
interface |
IInteractionElement |
interface |
IMenuElement
An
IInteractionElement that should be displayed above everything - except for tooltips. |
Modifier and Type | Class and Description |
---|---|
class |
GuiElementSimple |
class |
GuiElementToolTip |
Modifier and Type | Field and Description |
---|---|
java.util.List<IGuiElement> |
BuildCraftGui.shownElements
All of the
IGuiElement which will be drawn by this gui. |
Modifier and Type | Method and Description |
---|---|
java.util.List<IGuiElement> |
IContainingElement.getChildElements() |
java.util.List<IGuiElement> |
BuildCraftGui.getElementsAt(double x,
double y) |
default java.util.List<IGuiElement> |
IContainingElement.getThisAndChildrenAt(double x,
double y) |
default java.util.List<IGuiElement> |
IGuiElement.getThisAndChildrenAt(double x,
double y) |
Modifier and Type | Class and Description |
---|---|
class |
GuiAbstractButton
If this only has 1 subclass (GuiButtonDrawable), then why not merge them?
|
class |
GuiButtonDrawable |
class |
GuiImageButton
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
GuiElementContainer2 |
class |
GuiElementContainerHelp
Deprecated.
Help *should* be moved to GuiElementContainer rather than this.
|
class |
GuiElementContainerResizing |
class |
GuiElementContainerScissor
A type of
GuiElementContainer2 that restricts the visible size of elements contained within. |
class |
GuiElementDrawable |
class |
GuiElementSlotMover |
class |
GuiElementText |
class |
ScrollbarElement |
class |
ScrollWindow |
Modifier and Type | Field and Description |
---|---|
java.util.List<IGuiElement> |
ScrollWindow.innerElements |
Modifier and Type | Method and Description |
---|---|
java.util.List<IGuiElement> |
GuiElementContainer2.getChildElements() |
java.util.List<IGuiElement> |
ScrollWindow.getChildElements() |
Modifier and Type | Method and Description |
---|---|
void |
GuiElementContainerHelp.add(IGuiElement element)
Deprecated.
Adds the given element to be drawn.
|
void |
GuiElementContainerHelp.addAll(IGuiElement... elements)
Deprecated.
Adds all of the given elements, like in
GuiElementContainerHelp.add(IGuiElement) |
Modifier and Type | Method and Description |
---|---|
void |
GuiElementContainerHelp.addAll(java.util.Collection<IGuiElement> elements)
Deprecated.
Adds all of the given elements, like in
GuiElementContainerHelp.add(IGuiElement) |
Modifier and Type | Class and Description |
---|---|
class |
DummyHelpElement
A simple, non-drawing, gui element that holds an
ElementHelpInfo . |
Modifier and Type | Method and Description |
---|---|
protected static void |
ElementType.addChildren(BuildCraftJsonGui gui,
IGuiPosition parent,
JsonGuiInfo info,
JsonGuiElement json,
java.lang.String subName,
java.util.function.Consumer<IGuiElement> to) |
protected static void |
ElementType.addType(BuildCraftJsonGui gui,
IGuiPosition parent,
JsonGuiInfo info,
JsonGuiElement json,
java.lang.String subName,
java.util.function.Consumer<IGuiElement> to,
ElementType type) |
Modifier and Type | Class and Description |
---|---|
class |
Ledger_Neptune |
class |
LedgerEngine |
class |
LedgerHelp |
class |
LedgerOwnership |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IGuiElement> |
Ledger_Neptune.closedElements |
protected java.util.List<IGuiElement> |
Ledger_Neptune.openElements |
Modifier and Type | Method and Description |
---|---|
protected <T extends IGuiElement> |
Ledger_Neptune.append(T element) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IGuiElement> |
Ledger_Neptune.getChildElements() |
java.util.List<IGuiElement> |
Ledger_Neptune.getClosedElements() |
Modifier and Type | Class and Description |
---|---|
class |
GuiElementStatement<S extends IStatement> |
class |
GuiElementStatementDrag |
class |
GuiElementStatementParam |
class |
GuiElementStatementSource<S extends IGuiSlot> |
class |
GuiElementStatementVariant |
Modifier and Type | Class and Description |
---|---|
class |
WidgetPhantomSlot.GuiElementPhantomSlot |
Modifier and Type | Method and Description |
---|---|
IGuiElement |
WidgetFluidTank.createGuiElement(BuildCraftGui gui,
IGuiArea area,
GuiIcon overlay) |
Modifier and Type | Class and Description |
---|---|
class |
LedgerTablePower |