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 [2018/10/03 09:02]
payonel
component:applied_energistics [2018/10/03 09:26]
payonel [ME Interface]
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]]
 +
 +The `me_controller` is also an energy device, and thus provides 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 29:
 ====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]]
 +
 +The `me_interface` is also an energy device, and thus provides the following:
 +
 +{{page>​component:​ae2common#​Interface API&​noheader&​nofooter}}
  
 ---- ----
  
-{{page>​component:​contents&​noheader&​noeditbutton&​nouser&​+{{page>​component:​contents&​noheader&​noeditbutton&​nouser&​}}