Package | Description |
---|---|
buildcraft.lib.client.guide | |
buildcraft.lib.client.guide.parts | |
buildcraft.lib.client.guide.parts.recipe | |
buildcraft.lib.gui | |
buildcraft.lib.gui.button | |
buildcraft.lib.gui.ledger | |
buildcraft.lib.gui.pos | |
buildcraft.lib.misc |
Holds a lot of generic *Util classes.
|
Modifier and Type | Field and Description |
---|---|
static GuiRectangle |
GuiGuide.BACK_POSITION |
static GuiRectangle |
GuiGuide.PAGE_LEFT_TEXT |
static GuiRectangle |
GuiGuide.PAGE_RIGHT_TEXT |
static GuiRectangle |
GuiGuide.PEN_HIDDEN_AREA |
Modifier and Type | Field and Description |
---|---|
static GuiRectangle |
GuidePartItem.STACK_RECT |
Modifier and Type | Field and Description |
---|---|
static GuiRectangle |
GuideSmelting.FURNACE_POS |
static GuiRectangle |
GuideSmelting.IN_POS |
static GuiRectangle[][] |
GuideCrafting.ITEM_POSITION |
static GuiRectangle[] |
GuideAssembly.ITEM_POSITION |
static GuiRectangle |
GuideAssembly.MJ_POSITION |
static GuiRectangle |
GuideCrafting.OFFSET |
static GuiRectangle |
GuideAssembly.OFFSET |
static GuiRectangle |
GuideSmelting.OFFSET |
static GuiRectangle |
GuideSmelting.OUT_POS |
static GuiRectangle |
GuideCrafting.OUT_POSITION |
static GuiRectangle |
GuideAssembly.OUT_POSITION |
Modifier and Type | Method and Description |
---|---|
void |
GuiBC8.drawProgress(GuiRectangle rect,
GuiIcon icon,
double widthPercent,
double heightPercent) |
Modifier and Type | Method and Description |
---|---|
static ISimpleDrawable |
StandardSpriteButtons.defineButton(ISprite mainSprite,
GuiRectangle rect) |
Modifier and Type | Method and Description |
---|---|
GuiRectangle |
Ledger_Neptune.getEnclosingRectangle()
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static GuiRectangle |
GuiRectangle.ZERO
A rectangle where all of the fields are set to 0.
|
Modifier and Type | Method and Description |
---|---|
GuiRectangle |
GuiRectangle.asImmutable() |
default GuiRectangle |
IGuiArea.asImmutable() |
GuiRectangle |
GuiRectangle.expand(double dX,
double dY) |
GuiRectangle |
GuiRectangle.offset(double dx,
double dy) |
Modifier and Type | Method and Description |
---|---|
static IGuiArea |
GuiUtil.moveRectangleToCentre(GuiRectangle area) |