public interface IAppEngApi
Modifier and Type | Method and Description |
---|---|
Blocks |
blocks()
Deprecated.
|
IGridConnection |
createGridConnection(IGridNode a,
IGridNode b)
create a connection between two
IGridNode |
IGridNode |
createGridNode(IGridBlock block)
create a grid node for your
IGridHost |
IDefinitions |
definitions() |
Items |
items()
Deprecated.
|
Materials |
materials()
Deprecated.
|
IPartHelper |
partHelper() |
Parts |
parts()
Deprecated.
|
IRegistryContainer |
registries() |
IStorageHelper |
storage() |
IRegistryContainer registries()
IStorageHelper storage()
IPartHelper partHelper()
@Deprecated Items items()
IDefinitions.items()
@Deprecated Materials materials()
IDefinitions.materials()
@Deprecated Blocks blocks()
IDefinitions.blocks()
@Deprecated Parts parts()
IDefinitions.parts()
IDefinitions definitions()
IGridNode createGridNode(IGridBlock block)
IGridHost
block
- grid blockIGridConnection createGridConnection(IGridNode a, IGridNode b) throws FailedConnection
IGridNode
a
- to be connected gridnodeb
- to be connected gridnodeFailedConnection