Components: Applied Energistics ===================== 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. =====Common Network API===== All AE2 components provide a common network api {{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==== `userdata` objects returned from any ae2 network component `getCraftables` {{page>component:ae2common#Craftable API&noheader&nofooter}} ====Crafting Status==== `userdata` objects returned from calling `request` on [[#Craftable]] {{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&}}