组件:应用能源 ===================== 此页面涵盖了可以通过[[block:adapter:zh|适配器]]连接到本模组的AE2组件。 模组间联动是我们正在进行的工作。此文档基于minecraft 1.12版本的AE2 rv6与OC 1.7.3(或1.7.2 dev builds)。 =====通用网络API===== 所有的AE2组件都会提供一套通用的网络API {{page>component:ae2common:zh#网络控制器特性API&noheader&nofooter}} =====ME控制器===== AE2的[[https://ae-mod.info/ME-Controller/|ME控制器]] -> `me_controller` `me_controller`提供了[[#通用网络API]],以及下列API: {{page>component:ae2common:zh#环境API&noheader&nofooter}} ====合成列表==== 以下方法基于`userdata`对象,对任意AE2网络组件执行`getCraftables`方法即可返回此类对象。 {{page>component:ae2common:zh#合成列表API&noheader&nofooter}} ====合成状态==== 以下方法基于`userdata`对象,对[[#合成列表]]对象执行`request`即可返回此类对象。 {{page>component:ae2common:zh#合成状态API&noheader&nofooter}} =====ME接口===== AE2的[[https://ae-mod.info/ME-Interface/|ME接口]] -> `me_interface` `me_interface`提供了[[#通用网络API]],以及以下API: {{page>component:ae2common:zh#接口API&noheader&nofooter}} =====ME输入总线===== AE2的[[https://ae-mod.info/ME-Import-Bus/|ME输入总线]] -> `me_importbus` `me_importbus`提供了[[#通用网络API]],以及以下API: {{page>component:ae2common:zh#输入总线API&noheader&nofooter}} =====ME输出总线===== AE2的[[https://ae-mod.info/ME-Export-Bus/|ME输出总线]] -> `me_exportbus` `me_exportbus`提供了[[#通用网络API]],以及以下API: {{page>component:ae2common:zh#输出总线API&noheader&nofooter}} 目录 ---- {{page>component:contents:zh&noheader&noeditbutton&nouser&}}