AE2 First Commit, the dawn of 1.7 hast arrived.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package appeng.integration.abstraction;
|
||||
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import appeng.api.parts.IPartHost;
|
||||
import appeng.parts.CableBusContainer;
|
||||
|
||||
public interface IFMP
|
||||
{
|
||||
|
||||
IPartHost getOrCreateHost(TileEntity tile);
|
||||
|
||||
CableBusContainer getCableContainer(TileEntity te);
|
||||
|
||||
void registerPassThru(Class<?> layerInterface);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user