Advertisement
Daraketh

resonantBattAPI

Jul 29th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. getActivationEnergy:
  2. returnTypes:
  3. 1: NUMBER
  4. description: Get the activation MJ for this block
  5. args:
  6. 1:
  7. type: STRING
  8. description: The side of the block that you're interested in
  9. name: direction
  10.  
  11. ===============================================================================================
  12.  
  13. getMaxEnergyStored:
  14. returnTypes:
  15. 1: NUMBER
  16. description: Get the max energy stored in the machine.
  17. args:
  18. 1:
  19. type: STRING
  20. description: The direction you are interested in. (north, south, east, west, up or down)
  21. name: slot
  22.  
  23. ===============================================================================================
  24.  
  25. getAdvancedMethodsData:
  26. returnTypes:
  27. 1: TABLE
  28. description: Get a complete table of information about all available methods
  29. args:
  30.  
  31. ===============================================================================================
  32.  
  33. getMinMJReceived:
  34. returnTypes:
  35. 1: NUMBER
  36. description: Get the min MJ received
  37. args:
  38. 1:
  39. type: STRING
  40. description: The side of the block that you're interested in
  41. name: direction
  42.  
  43. ===============================================================================================
  44.  
  45. listMethods:
  46. returnTypes:
  47. 1: STRING
  48. description: List all the methods available
  49. args:
  50.  
  51. ===============================================================================================
  52.  
  53. getMaxMJReceived:
  54. returnTypes:
  55. 1: NUMBER
  56. description: Get the max MJ received
  57. args:
  58. 1:
  59. type: STRING
  60. description: The side of the block that you're interested in
  61. name: direction
  62.  
  63. ===============================================================================================
  64.  
  65. getMaxMJStored:
  66. returnTypes:
  67. 1: NUMBER
  68. description: Get the max MJ stored
  69. args:
  70. 1:
  71. type: STRING
  72. description: The side of the block that you're interested in
  73. name: direction
  74.  
  75. ===============================================================================================
  76.  
  77. getEnergyStored:
  78. returnTypes:
  79. 1: NUMBER
  80. description: Get the energy stored in the machine.
  81. args:
  82. 1:
  83. type: STRING
  84. description: The direction you are interested in. (north, south, east, west, up or down)
  85. name: slot
  86.  
  87. ===============================================================================================
  88.  
  89. getMJStored:
  90. returnTypes:
  91. 1: NUMBER
  92. description: Get the MJ stored for this block
  93. args:
  94. 1:
  95. type: STRING
  96. description: The side of the block that you're interested in
  97. name: direction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement