Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
component:ae2common [2018/10/03 08:58]
payonel created
component:ae2common [2018/10/03 09:06]
payonel
Line 1: Line 1:
-====NetworkController Trait Api====+====NetworkController Trait API====
  
 - `getCpus():​table`  ​ - `getCpus():​table`  ​
Line 22: Line 22:
   Get the stored power in the network.   Get the stored power in the network.
  
-====Craftable ​Api====+====Craftable ​API==== 
 - `getItemStack():​table`  ​ - `getItemStack():​table`  ​
   Returns the item stack representation of the crafting result.   Returns the item stack representation of the crafting result.
Line 28: Line 29:
   Requests the item to be crafted, returning an object that allows tracking the crafting status.   Requests the item to be crafted, returning an object that allows tracking the crafting status.
  
-====CraftingStatus ​Api====+====CraftingStatus ​API==== 
 - `isCanceled():​boolean`  ​ - `isCanceled():​boolean`  ​
   Get whether the crafting request has been canceled.   Get whether the crafting request has been canceled.