Modifier and Type | Field and Description |
---|---|
BuildCraftGui |
GuiElementSimple.gui |
BuildCraftGui |
GuiBC8.mainGui |
BuildCraftGui |
GuiScreenBuildCraft.mainGui |
Constructor and Description |
---|
GuiElementSimple(BuildCraftGui gui,
IGuiArea element) |
GuiElementToolTip(BuildCraftGui gui,
IGuiArea area,
ITooltipElement source) |
Constructor and Description |
---|
GuiBC8(C container,
java.util.function.Function<GuiBC8<?>,BuildCraftGui> constructor) |
GuiScreenBuildCraft(java.util.function.Function<GuiScreenBuildCraft,BuildCraftGui> constructor) |
Constructor and Description |
---|
GuiAbstractButton(BuildCraftGui gui,
java.lang.String id,
IGuiArea area) |
GuiButtonDrawable(BuildCraftGui gui,
java.lang.String id,
IGuiPosition parent,
GuiButtonDrawable.Builder args) |
GuiImageButton(BuildCraftGui gui,
int id,
int x,
int y,
int size,
net.minecraft.util.ResourceLocation texture,
int u,
int v)
Deprecated.
|
GuiImageButton(BuildCraftGui gui,
int id,
int x,
int y,
int size,
net.minecraft.util.ResourceLocation texture,
int baseU,
int baseV,
int u,
int v)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
BuildCraftGui |
ScrollWindow.gui |
BuildCraftGui |
GuiElementContainerHelp.gui
Deprecated.
|
BuildCraftGui |
GuiElementContainer2.gui |
Constructor and Description |
---|
GuiElementContainer2(BuildCraftGui gui) |
GuiElementContainerHelp(BuildCraftGui gui,
IGuiPosition position)
Deprecated.
|
GuiElementContainerResizing(BuildCraftGui gui,
IGuiPosition childRoot) |
GuiElementDrawable(BuildCraftGui gui,
IGuiArea element,
ISimpleDrawable drawable,
boolean foreground) |
GuiElementDrawable(BuildCraftGui gui,
IGuiArea element,
ISimpleDrawable drawable,
boolean foreground,
IExpressionNode.INodeBoolean visible) |
GuiElementSlotMover(BuildCraftGui gui,
IGuiPosition pos,
IExpressionNode.INodeBoolean visible,
net.minecraft.inventory.Slot toMove) |
GuiElementText(BuildCraftGui gui,
IGuiPosition parent,
java.lang.String text,
int colour) |
GuiElementText(BuildCraftGui gui,
IGuiPosition parent,
java.util.function.Supplier<java.lang.String> text,
int colour) |
GuiElementText(BuildCraftGui gui,
IGuiPosition parent,
java.util.function.Supplier<java.lang.String> text,
java.util.function.IntSupplier colour) |
ScrollbarElement(BuildCraftGui gui,
IGuiPosition parent,
int height,
GuiIcon background,
GuiIcon scroller) |
ScrollWindow(BuildCraftGui gui,
IGuiArea area) |
Modifier and Type | Class and Description |
---|---|
class |
BuildCraftJsonGui
A GUI that is defined (mostly) in a json file.
|
Modifier and Type | Field and Description |
---|---|
BuildCraftGui |
Ledger_Neptune.gui |
Constructor and Description |
---|
Ledger_Neptune(BuildCraftGui gui,
int colour,
boolean expandPositive) |
LedgerEngine(BuildCraftGui gui,
TileEngineBase_BC8 engine,
boolean expandPositive) |
LedgerHelp(BuildCraftGui gui,
boolean expandPositive) |
LedgerOwnership(BuildCraftGui gui,
TileBC_Neptune tile,
boolean expandPositive) |
Modifier and Type | Field and Description |
---|---|
BuildCraftGui |
GuiElementStatementSource.gui |
BuildCraftGui |
GuiElementStatementDrag.gui |
Modifier and Type | Method and Description |
---|---|
static GuiElementStatementVariant |
GuiElementStatementVariant.create(BuildCraftGui gui,
IGuiArea parent,
IReference<? extends IGuiSlot> ref,
IGuiSlot[] possible) |
Constructor and Description |
---|
GuiElementStatement(BuildCraftGui gui,
IGuiArea element,
FullStatement<S> ref,
StatementContext<?> ctx,
boolean draw) |
GuiElementStatementDrag(BuildCraftGui gui) |
GuiElementStatementParam(BuildCraftGui gui,
IGuiArea element,
IStatementContainer container,
FullStatement<?> ref,
int index,
boolean draw) |
GuiElementStatementSource(BuildCraftGui gui,
boolean left,
StatementContext<S> ctx) |
GuiElementStatementVariant(BuildCraftGui gui,
IGuiArea element,
IReference<? extends IGuiSlot> ref,
IGuiSlot[] possible,
IGuiArea[] posPossible) |
Modifier and Type | Method and Description |
---|---|
IGuiElement |
WidgetFluidTank.createGuiElement(BuildCraftGui gui,
IGuiArea area,
GuiIcon overlay) |
Constructor and Description |
---|
GuiElementPhantomSlot(BuildCraftGui gui,
IGuiArea area) |
Constructor and Description |
---|
LedgerTablePower(BuildCraftGui gui,
TileAssemblyTable tile,
boolean expandPositive) |