Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
component:applied_energistics:zh [2023/10/21 14:45]
hfsr
component:applied_energistics:zh [2023/11/29 10:59]
hfsr [通用网络API]
Line 5: Line 5:
 模组间联动是我们正在进行的工作。此文档基于minecraft 1.12版本的AE2 rv6与OC 1.7.3(或1.7.2 dev builds)。 模组间联动是我们正在进行的工作。此文档基于minecraft 1.12版本的AE2 rv6与OC 1.7.3(或1.7.2 dev builds)。
  
-=====Common Network ​API=====+=====通用网络API=====
  
-All AE2 components provide a common network api+所有的AE2组件都会提供一套通用的网络API
  
 {{page>​component:​ae2common:​zh#​网络控制器特性API&​noheader&​nofooter}} {{page>​component:​ae2common:​zh#​网络控制器特性API&​noheader&​nofooter}}
  
-=====ME ​Controller=====+=====ME控制器=====
  
-AE2 [[https://​ae-mod.info/​ME-Controller/​|ME ​Controller]] -> `me_controller`+AE2[[https://​ae-mod.info/​ME-Controller/​|ME控制器]] -> `me_controller`
  
-The `me_controller` ​provides the [[#Common Network ​API]] and the following:+`me_controller`提供了[[#通用网络API]],以及下列API:
  
 {{page>​component:​ae2common:​zh#​环境API&​noheader&​nofooter}} {{page>​component:​ae2common:​zh#​环境API&​noheader&​nofooter}}
  
-====Craftable====+====合成列表====
  
-`userdata` ​objects returned from any ae2 network component ​`getCraftables`+以下方法基于`userdata`对象,对任意AE2网络组件执行`getCraftables`方法即可返回此类对象。
  
-{{page>​component:​ae2common:​zh#​合成表API&​noheader&​nofooter}}+{{page>​component:​ae2common:​zh#​合成表API&​noheader&​nofooter}}
  
-====Crafting Status====+====合成状态====
  
-`userdata` ​objects returned from calling `request` on [[#Craftable]]+以下方法基于`userdata`对象,对[[#合成列表]]对象执行`request`即可返回此类对象。
  
 {{page>​component:​ae2common:​zh#​合成状态API&​noheader&​nofooter}} {{page>​component:​ae2common:​zh#​合成状态API&​noheader&​nofooter}}
  
-=====ME ​Interface=====+=====ME接口=====
  
-AE2 [[https://​ae-mod.info/​ME-Interface/​|ME ​Interface]] -> `me_interface`+AE2[[https://​ae-mod.info/​ME-Interface/​|ME接口]] -> `me_interface`
  
-The `me_interface` ​provides the [[#Common Network ​API]] and the following:+`me_interface`提供了[[#通用网络API]],以及以下API:
  
 {{page>​component:​ae2common:​zh#​接口API&​noheader&​nofooter}} {{page>​component:​ae2common:​zh#​接口API&​noheader&​nofooter}}
  
-=====ME ​Import Bus=====+=====ME输入总线=====
  
-AE2 [[https://​ae-mod.info/​ME-Import-Bus/​|ME ​Import Bus]] -> `me_importbus`+AE2[[https://​ae-mod.info/​ME-Import-Bus/​|ME输入总线]] -> `me_importbus`
  
-The `me_importbus` ​provides the [[#Common Network ​API]] and the following:+`me_importbus`提供了[[#通用网络API]],以及以下API:
  
 {{page>​component:​ae2common:​zh#​输入总线API&​noheader&​nofooter}} {{page>​component:​ae2common:​zh#​输入总线API&​noheader&​nofooter}}
  
-=====ME ​Export Bus=====+=====ME输出总线=====
  
-AE2 [[https://​ae-mod.info/​ME-Export-Bus/​|ME ​Export Bus]] -> `me_exportbus`+AE2[[https://​ae-mod.info/​ME-Export-Bus/​|ME输出总线]] -> `me_exportbus`
  
-The `me_exportbus` ​provides the [[#Common Network ​API]] and the following:+`me_exportbus`提供了[[#通用网络API]],以及以下API:
  
 {{page>​component:​ae2common:​zh#​输出总线API&​noheader&​nofooter}} {{page>​component:​ae2common:​zh#​输出总线API&​noheader&​nofooter}}
  
 +目录
 ---- ----
- +{{page>​component:​contents:zh&​noheader&​noeditbutton&​nouser&​}}
-{{page>​component:​contents&​noheader&​noeditbutton&​nouser&​}}+