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
component:applied_energistics [2018/10/03 09:02]
payonel
component:applied_energistics [2018/10/03 09:37] (current)
payonel
Line 1: Line 1:
 Components: Applied Energistics Components: Applied Energistics
 ===================== =====================
-This page covers AE2 components made available with the [[block:​adapter|adapter]]+This page covers AE2 components made available with the [[block:​adapter|adapter]].
  
 Mod integration is a moving target. This document refers to AE2 rv6 and OC 1.7.3 (or 1.7.2 dev builds) for minecraft 1.12. Mod integration is a moving target. This document refers to AE2 rv6 and OC 1.7.3 (or 1.7.2 dev builds) for minecraft 1.12.
  
-====ME Controller====+=====Common Network API=====
  
-AE2 [[https://​ae-mod.info/​ME-Controller/​|ME Controller]] -> `me_controller`+All AE2 components provide a common network api
  
 {{page>​component:​ae2common#​NetworkController Trait API&​noheader&​nofooter}} {{page>​component:​ae2common#​NetworkController Trait API&​noheader&​nofooter}}
 +
 +=====ME Controller=====
 +
 +AE2 [[https://​ae-mod.info/​ME-Controller/​|ME Controller]] -> `me_controller`
 +
 +The `me_controller` provides the [[#Common Network API]] and the following:
 +
 +{{page>​component:​ae2common#​Environment API&​noheader&​nofooter}}
  
 ====Craftable==== ====Craftable====
  
-`userdata` objects returned from `getCraftables`+`userdata` objects returned from any ae2 network component ​`getCraftables`
  
 {{page>​component:​ae2common#​Craftable API&​noheader&​nofooter}} {{page>​component:​ae2common#​Craftable API&​noheader&​nofooter}}
Line 19: Line 27:
 ====Crafting Status==== ====Crafting Status====
  
-`userdata` objects returned from calling `request` on the craftable userdata+`userdata` objects returned from calling `request` on [[#​Craftable]]
  
 {{page>​component:​ae2common#​CraftingStatus API&​noheader&​nofooter}} {{page>​component:​ae2common#​CraftingStatus API&​noheader&​nofooter}}
  
 +=====ME Interface=====
 +
 +AE2 [[https://​ae-mod.info/​ME-Interface/​|ME Interface]] -> `me_interface`
 +
 +The `me_interface` provides the [[#Common Network API]] and the following:
 +
 +{{page>​component:​ae2common#​Interface API&​noheader&​nofooter}}
 +
 +=====ME Import Bus=====
 +
 +AE2 [[https://​ae-mod.info/​ME-Import-Bus/​|ME Import Bus]] -> `me_importbus`
 +
 +The `me_importbus` provides the [[#Common Network API]] and the following:
 +
 +{{page>​component:​ae2common#​ImportBus API&​noheader&​nofooter}}
 +
 +=====ME Export Bus=====
 +
 +AE2 [[https://​ae-mod.info/​ME-Export-Bus/​|ME Export Bus]] -> `me_exportbus`
 +
 +The `me_exportbus` provides the [[#Common Network API]] and the following:
 +
 +{{page>​component:​ae2common#​ExportBus API&​noheader&​nofooter}}
  
 ---- ----
  
-{{page>​component:​contents&​noheader&​noeditbutton&​nouser&​+{{page>​component:​contents&​noheader&​noeditbutton&​nouser&​}}