2014-01-30 19:54:32 +01:00
|
|
|
package appeng.integration.abstraction;
|
|
|
|
|
2014-02-16 19:41:45 +01:00
|
|
|
import appeng.integration.abstraction.helpers.BaseMJperdition;
|
2014-01-30 19:54:32 +01:00
|
|
|
import appeng.tile.powersink.BuildCraft;
|
|
|
|
|
|
|
|
public interface IMJ
|
|
|
|
{
|
|
|
|
|
2014-02-16 19:41:45 +01:00
|
|
|
BaseMJperdition createPerdition(BuildCraft buildCraft);
|
2014-01-30 19:54:32 +01:00
|
|
|
|
|
|
|
}
|