Package | Description |
---|---|
buildcraft.lib.gui.statement | |
buildcraft.lib.misc.data |
Provides a set of classes (data types or enums) that are useful in miscellaneous contexts.
|
buildcraft.lib.statement |
Modifier and Type | Class and Description |
---|---|
class |
GuiElementStatement<S extends IStatement> |
class |
GuiElementStatementParam |
Modifier and Type | Method and Description |
---|---|
static GuiElementStatementVariant |
GuiElementStatementVariant.create(BuildCraftGui gui,
IGuiArea parent,
IReference<? extends IGuiSlot> ref,
IGuiSlot[] possible) |
Constructor and Description |
---|
GuiElementStatementVariant(BuildCraftGui gui,
IGuiArea element,
IReference<? extends IGuiSlot> ref,
IGuiSlot[] possible,
IGuiArea[] posPossible) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingReference<T> |
Modifier and Type | Class and Description |
---|---|
class |
FullStatement<S extends IStatement>
Util class for holding, saving, loading and networking
StatementWrapper and its
IStatementParameter 's. |
Modifier and Type | Method and Description |
---|---|
IReference<IStatementParameter> |
FullStatement.getParamRef(int i) |