Package | Description |
---|---|
buildcraft.api.filler | |
buildcraft.api.statements |
Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team http://www.mod-buildcraft.com
The BuildCraft API is distributed under the terms of the MIT License.
|
buildcraft.builders.snapshot.pattern | |
buildcraft.builders.snapshot.pattern.parameter | |
buildcraft.core.statements | |
buildcraft.lib | |
buildcraft.lib.client.guide.parts | |
buildcraft.lib.client.model | |
buildcraft.lib.client.render.laser | |
buildcraft.lib.client.sprite | |
buildcraft.lib.gui | |
buildcraft.lib.gui.button | |
buildcraft.lib.gui.json | |
buildcraft.lib.gui.ledger | |
buildcraft.lib.misc |
Holds a lot of generic *Util classes.
|
buildcraft.lib.statement | |
buildcraft.transport.statements |
Modifier and Type | Method and Description |
---|---|
ISprite |
IFillerPattern.getSprite()
Note that this sprite *must* be stitched to the texture atlas, as it is drawn on the side of the filler
block.
|
Modifier and Type | Method and Description |
---|---|
ISprite |
IGuiSlot.getSprite() |
ISprite |
StatementParameterItemStack.getSprite() |
Modifier and Type | Method and Description |
---|---|
ISprite |
PatternShape2dPentagon.getSprite() |
ISprite |
PatternShape2dOctagon.getSprite() |
ISprite |
PatternSphere.getSprite() |
ISprite |
PatternShape2dArc.getSprite() |
ISprite |
PatternShape2dHexagon.getSprite() |
ISprite |
PatternShape2dCircle.getSprite() |
ISprite |
PatternShape2dSquare.getSprite() |
ISprite |
PatternShape2dTriangle.getSprite() |
ISprite |
PatternShape2dSemiCircle.getSprite() |
ISprite |
PatternSpherePart.getSprite() |
Modifier and Type | Method and Description |
---|---|
ISprite |
PatternParameterCenter.getSprite() |
ISprite |
PatternParameterYDir.getSprite() |
ISprite |
PatternParameterFacing.getSprite() |
ISprite |
PatternParameterHollow.getSprite() |
ISprite |
PatternParameterAxis.getSprite() |
ISprite |
PatternParameterRotation.getSprite() |
ISprite |
PatternParameterXZDir.getSprite() |
Modifier and Type | Method and Description |
---|---|
ISprite |
StatementParameterDirection.getSprite()
Deprecated.
|
ISprite |
StatementParameterRedstoneLevel.getSprite() |
ISprite |
StatementParamGateSideOnly.getSprite() |
ISprite |
StatementParameterItemStackExact.getSprite() |
ISprite |
TriggerEnginePowerStage.getSprite() |
Modifier and Type | Field and Description |
---|---|
static ISprite |
BCLibSprites.DEBUG |
static ISprite |
BCLibSprites.ENGINE_ACTIVE |
static ISprite |
BCLibSprites.ENGINE_INACTIVE |
static ISprite |
BCLibSprites.ENGINE_OVERHEAT |
static ISprite |
BCLibSprites.ENGINE_WARM |
static ISprite |
BCLibSprites.HELP |
static ISprite |
BCLibSprites.HELP_SPLIT |
static ISprite |
BCLibSprites.LEDGER_LEFT |
static ISprite |
BCLibSprites.LEDGER_RIGHT |
static ISprite |
BCLibSprites.LOADING |
static ISprite |
BCLibSprites.LOCK |
static ISprite |
BCLibSprites.WARNING_MAJOR |
static ISprite |
BCLibSprites.WARNING_MINOR |
Constructor and Description |
---|
GuideImage(GuiGuide gui,
ISprite sprite,
int srcWidth,
int srcHeight,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
MutableVertex.renderTex(net.minecraft.client.renderer.BufferBuilder bb,
ISprite sprite) |
Modifier and Type | Field and Description |
---|---|
ISprite |
LaserData_BC8.LaserRow.sprite |
Constructor and Description |
---|
LaserRow(ISprite sprite,
int uMin,
int vMin,
int uMax,
int vMax,
int textureSize,
LaserData_BC8.LaserSide... sides) |
LaserRow(ISprite sprite,
int uMin,
int vMin,
int uMax,
int vMax,
LaserData_BC8.LaserSide... sides) |
LaserRow(LaserData_BC8.LaserRow from,
ISprite sprite) |
Modifier and Type | Class and Description |
---|---|
class |
SpriteAtlas |
class |
SpriteChanging
Defines a sprite that is taken directly from the given resource location.
|
static class |
SpriteHolderRegistry.SpriteHolder
Holds a reference to a
TextureAtlasSprite that is automatically refreshed when the resource packs are
reloaded. |
class |
SpriteRaw
Defines a sprite that is taken directly from the given resource location.
|
class |
SubSprite
Defines a sprite which is part of a larger sprite.
|
class |
SubSpriteChanging |
Modifier and Type | Field and Description |
---|---|
ISprite |
SpriteNineSliced.sprite |
Constructor and Description |
---|
SpriteNineSliced(ISprite sprite,
double xMin,
double yMin,
double xMax,
double yMax,
double scale) |
SpriteNineSliced(ISprite sprite,
int xMin,
int yMin,
int xMax,
int yMax,
int textureSize) |
SubSprite(ISprite delegate,
double uMin,
double vMin,
double uMax,
double vMax) |
SubSpriteChanging(ISprite delegate,
IExpressionNode.INodeDouble uMin,
IExpressionNode.INodeDouble vMin,
IExpressionNode.INodeDouble uMax,
IExpressionNode.INodeDouble vMax) |
SubSpriteChanging(ISprite delegate,
IGuiArea area) |
Modifier and Type | Field and Description |
---|---|
ISprite |
GuiIcon.sprite |
ISprite |
GuiSpriteScaled.sprite |
Modifier and Type | Method and Description |
---|---|
static void |
GuiIcon.draw(ISprite sprite,
double xMin,
double yMin,
double xMax,
double yMax) |
static void |
GuiIcon.drawAt(ISprite sprite,
double x,
double y,
double size) |
static void |
GuiIcon.drawAt(ISprite sprite,
double x,
double y,
double width,
double height) |
Constructor and Description |
---|
GuiIcon(ISprite sprite,
int textureSize) |
GuiSpriteScaled(ISprite sprite,
double width,
double height) |
GuiSpriteScaled(ISprite sprite,
IGuiArea area) |
Modifier and Type | Method and Description |
---|---|
static ISimpleDrawable |
StandardSpriteButtons.defineButton(ISprite mainSprite,
GuiRectangle rect) |
Modifier and Type | Class and Description |
---|---|
class |
SpriteDelegate |
Modifier and Type | Field and Description |
---|---|
ISprite |
SpriteDelegate.delegate |
Constructor and Description |
---|
SpriteDelegate(ISprite delegate) |
Modifier and Type | Field and Description |
---|---|
static ISprite |
Ledger_Neptune.SPRITE_EXP_NEG |
static ISprite |
Ledger_Neptune.SPRITE_EXP_POS |
Modifier and Type | Method and Description |
---|---|
static ISprite |
SpriteUtil.getFaceSprite(com.mojang.authlib.GameProfile profile) |
static ISprite |
GuiUtil.subAbsolute(ISprite sprite,
double uMin,
double vMin,
double uMax,
double vMax) |
static ISprite |
GuiUtil.subAbsolute(ISprite sprite,
double uMin,
double vMin,
double uMax,
double vMax,
double spriteSize) |
static ISprite |
GuiUtil.subRelative(ISprite sprite,
double u,
double v,
double width,
double height) |
static ISprite |
GuiUtil.subRelative(ISprite sprite,
double u,
double v,
double width,
double height,
double size) |
Modifier and Type | Method and Description |
---|---|
static SpriteNineSliced |
GuiUtil.slice(ISprite sprite,
double uMin,
double vMin,
double uMax,
double vMax,
double scale) |
static SpriteNineSliced |
GuiUtil.slice(ISprite sprite,
int uMin,
int vMin,
int uMax,
int vMax,
int textureSize) |
static ISprite |
GuiUtil.subAbsolute(ISprite sprite,
double uMin,
double vMin,
double uMax,
double vMax) |
static ISprite |
GuiUtil.subAbsolute(ISprite sprite,
double uMin,
double vMin,
double uMax,
double vMax,
double spriteSize) |
static ISprite |
GuiUtil.subRelative(ISprite sprite,
double u,
double v,
double width,
double height) |
static ISprite |
GuiUtil.subRelative(ISprite sprite,
double u,
double v,
double width,
double height,
double size) |
Modifier and Type | Method and Description |
---|---|
ISprite |
StatementWrapper.getSprite() |
Modifier and Type | Method and Description |
---|---|
ISprite |
TriggerParameterSignal.getSprite() |
ISprite |
ActionParameterSignal.getSprite() |