0b04d2853e
Add another try catch facade test...
12 lines
271 B
Java
12 lines
271 B
Java
package appeng.integration.abstraction;
|
|
|
|
import net.minecraft.tileentity.TileEntity;
|
|
import net.minecraftforge.common.util.ForgeDirection;
|
|
import buildcraft.api.mj.IBatteryObject;
|
|
|
|
public interface IMJ6
|
|
{
|
|
|
|
IBatteryObject provider(TileEntity te, ForgeDirection side);
|
|
|
|
}
|