A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Class | Method Name | Params | Returns | Restriction | Requires Public Security | Description | ||||||||||||||||||||
2 | API Global: computerEnergyHelper | euToJoules | eu: Number (FloatingLong) | Number (FloatingLong) | Convert IC2 Energy Units to Mekanism Joues | ||||||||||||||||||||||
3 | API Global: computerEnergyHelper | feToJoules | fe: Number (FloatingLong) | Number (FloatingLong) | Convert Forge Energy to Mekanism Joules | ||||||||||||||||||||||
4 | API Global: computerEnergyHelper | joulesToEU | joules: Number (FloatingLong) | Number (FloatingLong) | Convert Mekanism Joules to IC2 Energy Units | ||||||||||||||||||||||
5 | API Global: computerEnergyHelper | joulesToFE | joules: Number (FloatingLong) | Number (FloatingLong) | Convert Mekanism Joules to Forge Energy | ||||||||||||||||||||||
6 | API Global: computerFilterHelper | createMinerItemFilter | item: String (Item) | Table (MinerItemStackFilter) | Create a Digital Miner Item Filter from an Item name | ||||||||||||||||||||||
7 | API Global: computerFilterHelper | createMinerModIdFilter | modId: String | Table (MinerModIDFilter) | Create a Digital Miner Mod Id Filter from a mod id | ||||||||||||||||||||||
8 | API Global: computerFilterHelper | createMinerTagFilter | tag: String | Table (MinerTagFilter) | Create a Digital Miner Tag Filter from a Tag name | ||||||||||||||||||||||
9 | API Global: computerFilterHelper | createOredictionificatorItemFilter | filterTag: String (ResourceLocation) | Table (OredictionificatorItemFilter) | Create an Oredictionificator filter from a tag, without specifying an output item | ||||||||||||||||||||||
10 | API Global: computerFilterHelper | createOredictionificatorItemFilter | filterTag: String (ResourceLocation), selectedOutput: String (Item) | Table (OredictionificatorItemFilter) | Create an Oredictionificator filter from a tag and a selected output. The output is not validated. | ||||||||||||||||||||||
11 | API Global: computerFilterHelper | createQIOItemFilter | item: String (Item) | Table (QIOItemStackFilter) | Create a QIO Item Filter structure from an Item name | ||||||||||||||||||||||
12 | API Global: computerFilterHelper | createQIOModIdFilter | modId: String | Table (QIOModIDFilter) | Create a QIO Mod Id Filter from a mod id | ||||||||||||||||||||||
13 | API Global: computerFilterHelper | createQIOTagFilter | tag: String | Table (QIOTagFilter) | Create a QIO Tag Filter from a Tag name | ||||||||||||||||||||||
14 | API Global: computerFilterHelper | createSorterItemFilter | item: String (Item) | Table (SorterItemStackFilter) | Create a Logistical Sorter Item Filter structure from an Item name | ||||||||||||||||||||||
15 | API Global: computerFilterHelper | createSorterModIdFilter | modId: String | Table (SorterModIDFilter) | Create a Logistical Sorter Mod Id Filter structure from a mod id | ||||||||||||||||||||||
16 | API Global: computerFilterHelper | createSorterTagFilter | tag: String | Table (SorterTagFilter) | Create a Logistical Sorter Tag Filter from a tag | ||||||||||||||||||||||
17 | Antiprotonic Nucleosynthesizer | getEnergyItem | Table (ItemStack) | Get the contents of the energy slot. | |||||||||||||||||||||||
18 | Antiprotonic Nucleosynthesizer | getEnergyUsage | Number (FloatingLong) | Get the energy used in the last tick by the machine | |||||||||||||||||||||||
19 | Antiprotonic Nucleosynthesizer | getInputChemical | Table (ChemicalStack) | Get the contents of the input gas tank. | |||||||||||||||||||||||
20 | Antiprotonic Nucleosynthesizer | getInputChemicalCapacity | Number (long) | Get the capacity of the input gas tank. | |||||||||||||||||||||||
21 | Antiprotonic Nucleosynthesizer | getInputChemicalFilledPercentage | Number (double) | Get the filled percentage of the input gas tank. | |||||||||||||||||||||||
22 | Antiprotonic Nucleosynthesizer | getInputChemicalItem | Table (ItemStack) | Get the contents of the input gas item slot. | |||||||||||||||||||||||
23 | Antiprotonic Nucleosynthesizer | getInputChemicalNeeded | Number (long) | Get the amount needed to fill the input gas tank. | |||||||||||||||||||||||
24 | Antiprotonic Nucleosynthesizer | getInputItem | Table (ItemStack) | Get the contents of the input item slot. | |||||||||||||||||||||||
25 | Antiprotonic Nucleosynthesizer | getOutputItem | Table (ItemStack) | Get the contents of the output slot. | |||||||||||||||||||||||
26 | Bin | getCapacity | Number (int) | Get the maximum number of items the bin can contain. | |||||||||||||||||||||||
27 | Bin | getLock | Table (ItemStack) | Get the type of item the Bin is locked to (or Air if not locked) | |||||||||||||||||||||||
28 | Bin | getStored | Table (ItemStack) | Get the contents of the bin. | |||||||||||||||||||||||
29 | Bin | isLocked | boolean | If true, the Bin is locked to a particular item type. | |||||||||||||||||||||||
30 | Bin | lock | Lock the Bin to the currently stored item type. The Bin must not be creative, empty, or already locked | ||||||||||||||||||||||||
31 | Bin | unlock | Unlock the Bin's fixed item type. The Bin must not be creative, or already unlocked | ||||||||||||||||||||||||
32 | Bio Generator | getBioFuel | Table (FluidStack) | Get the contents of the biofuel tank. | |||||||||||||||||||||||
33 | Bio Generator | getBioFuelCapacity | Number (int) | Get the capacity of the biofuel tank. | |||||||||||||||||||||||
34 | Bio Generator | getBioFuelFilledPercentage | Number (double) | Get the filled percentage of the biofuel tank. | |||||||||||||||||||||||
35 | Bio Generator | getBioFuelNeeded | Number (int) | Get the amount needed to fill the biofuel tank. | |||||||||||||||||||||||
36 | Bio Generator | getEnergyItem | Table (ItemStack) | Get the contents of the energy item. | |||||||||||||||||||||||
37 | Bio Generator | getFuelItem | Table (ItemStack) | Get the contents of the fuel slot. | |||||||||||||||||||||||
38 | Boiler Multiblock (formed) | getBoilCapacity | Number (long) | Get the maximum possible boil rate for this Boiler, based on the number of Superheating Elements | |||||||||||||||||||||||
39 | Boiler Multiblock (formed) | getBoilRate | Number (int) | Get the rate of boiling (mB/t) | |||||||||||||||||||||||
40 | Boiler Multiblock (formed) | getCooledCoolant | Table (ChemicalStack) | Get the contents of the cooled coolant tank. | |||||||||||||||||||||||
41 | Boiler Multiblock (formed) | getCooledCoolantCapacity | Number (long) | Get the capacity of the cooled coolant tank. | |||||||||||||||||||||||
42 | Boiler Multiblock (formed) | getCooledCoolantFilledPercentage | Number (double) | Get the filled percentage of the cooled coolant tank. | |||||||||||||||||||||||
43 | Boiler Multiblock (formed) | getCooledCoolantNeeded | Number (long) | Get the amount needed to fill the cooled coolant tank. | |||||||||||||||||||||||
44 | Boiler Multiblock (formed) | getEnvironmentalLoss | Number (double) | Get the amount of heat lost to the environment in the last tick (Kelvin) | |||||||||||||||||||||||
45 | Boiler Multiblock (formed) | getHeatedCoolant | Table (ChemicalStack) | Get the contents of the heated coolant tank. | |||||||||||||||||||||||
46 | Boiler Multiblock (formed) | getHeatedCoolantCapacity | Number (long) | Get the capacity of the heated coolant tank. | |||||||||||||||||||||||
47 | Boiler Multiblock (formed) | getHeatedCoolantFilledPercentage | Number (double) | Get the filled percentage of the heated coolant tank. | |||||||||||||||||||||||
48 | Boiler Multiblock (formed) | getHeatedCoolantNeeded | Number (long) | Get the amount needed to fill the heated coolant tank. | |||||||||||||||||||||||
49 | Boiler Multiblock (formed) | getMaxBoilRate | Number (int) | Get the maximum rate of boiling seen (mB/t) | |||||||||||||||||||||||
50 | Boiler Multiblock (formed) | getSteam | Table (ChemicalStack) | Get the contents of the steam tank. | |||||||||||||||||||||||
51 | Boiler Multiblock (formed) | getSteamCapacity | Number (long) | Get the capacity of the steam tank. | |||||||||||||||||||||||
52 | Boiler Multiblock (formed) | getSteamFilledPercentage | Number (double) | Get the filled percentage of the steam tank. | |||||||||||||||||||||||
53 | Boiler Multiblock (formed) | getSteamNeeded | Number (long) | Get the amount needed to fill the steam tank. | |||||||||||||||||||||||
54 | Boiler Multiblock (formed) | getSuperheaters | Number (int) | How many superheaters this Boiler has | |||||||||||||||||||||||
55 | Boiler Multiblock (formed) | getTemperature | Number (double) | Get the temperature of the boiler in Kelvin. | |||||||||||||||||||||||
56 | Boiler Multiblock (formed) | getWater | Table (FluidStack) | Get the contents of the water tank. | |||||||||||||||||||||||
57 | Boiler Multiblock (formed) | getWaterCapacity | Number (int) | Get the capacity of the water tank. | |||||||||||||||||||||||
58 | Boiler Multiblock (formed) | getWaterFilledPercentage | Number (double) | Get the filled percentage of the water tank. | |||||||||||||||||||||||
59 | Boiler Multiblock (formed) | getWaterNeeded | Number (int) | Get the amount needed to fill the water tank. | |||||||||||||||||||||||
60 | Boiler Valve | decrementMode | Toggle the current valve configuration to the previous option in the list | ||||||||||||||||||||||||
61 | Boiler Valve | getMode | String (BoilerValveMode) | Get the current configuration of this valve | |||||||||||||||||||||||
62 | Boiler Valve | incrementMode | Toggle the current valve configuration to the next option in the list | ||||||||||||||||||||||||
63 | Boiler Valve | setMode | mode: String (BoilerValveMode) | Change the configuration of this valve | |||||||||||||||||||||||
64 | Chemical Crystallizer | getEnergyItem | Table (ItemStack) | Get the contents of the energy slot. | |||||||||||||||||||||||
65 | Chemical Crystallizer | getEnergyUsage | Number (FloatingLong) | Get the energy used in the last tick by the machine | |||||||||||||||||||||||
66 | Chemical Crystallizer | getInput | Table (ChemicalStack) | Get the contents of the input tank. | |||||||||||||||||||||||
67 | Chemical Crystallizer | getInputCapacity | Number (long) | Get the capacity of the input tank. | |||||||||||||||||||||||
68 | Chemical Crystallizer | getInputFilledPercentage | Number (double) | Get the filled percentage of the input tank. | |||||||||||||||||||||||
69 | Chemical Crystallizer | getInputItem | Table (ItemStack) | Get the contents of the input item slot. | |||||||||||||||||||||||
70 | Chemical Crystallizer | getInputNeeded | Number (long) | Get the amount needed to fill the input tank. | |||||||||||||||||||||||
71 | Chemical Crystallizer | getOutput | Table (ItemStack) | Get the contents of the output slot. | |||||||||||||||||||||||
72 | Chemical Dissolution Chamber | getEnergyItem | Table (ItemStack) | Get the contents of the energy slot. | |||||||||||||||||||||||
73 | Chemical Dissolution Chamber | getEnergyUsage | Number (FloatingLong) | Get the energy used in the last tick by the machine | |||||||||||||||||||||||
74 | Chemical Dissolution Chamber | getGasInput | Table (ChemicalStack) | Get the contents of the gas input tank. | |||||||||||||||||||||||
75 | Chemical Dissolution Chamber | getGasInputCapacity | Number (long) | Get the capacity of the gas input tank. | |||||||||||||||||||||||
76 | Chemical Dissolution Chamber | getGasInputFilledPercentage | Number (double) | Get the filled percentage of the gas input tank. | |||||||||||||||||||||||
77 | Chemical Dissolution Chamber | getGasInputNeeded | Number (long) | Get the amount needed to fill the gas input tank. | |||||||||||||||||||||||
78 | Chemical Dissolution Chamber | getInputGasItem | Table (ItemStack) | Get the contents of the gas input item slot. | |||||||||||||||||||||||
79 | Chemical Dissolution Chamber | getInputItem | Table (ItemStack) | Get the contents of the input slot. | |||||||||||||||||||||||
80 | Chemical Dissolution Chamber | getOutput | Table (ChemicalStack) | Get the contents of the output tank. | |||||||||||||||||||||||
81 | Chemical Dissolution Chamber | getOutputCapacity | Number (long) | Get the capacity of the output tank. | |||||||||||||||||||||||
82 | Chemical Dissolution Chamber | getOutputFilledPercentage | Number (double) | Get the filled percentage of the output tank. | |||||||||||||||||||||||
83 | Chemical Dissolution Chamber | getOutputItem | Table (ItemStack) | Get the contents of the output slot. | |||||||||||||||||||||||
84 | Chemical Dissolution Chamber | getOutputNeeded | Number (long) | Get the amount needed to fill the output tank. | |||||||||||||||||||||||
85 | Chemical Infuser | getEnergyItem | Table (ItemStack) | Get the contents of the energy slot. | |||||||||||||||||||||||
86 | Chemical Infuser | getEnergyUsage | Number (FloatingLong) | Get the energy used in the last tick by the machine | |||||||||||||||||||||||
87 | Chemical Infuser | getLeftInput | Table (ChemicalStack) | Get the contents of the left input tank. | |||||||||||||||||||||||
88 | Chemical Infuser | getLeftInputCapacity | Number (long) | Get the capacity of the left input tank. | |||||||||||||||||||||||
89 | Chemical Infuser | getLeftInputFilledPercentage | Number (double) | Get the filled percentage of the left input tank. | |||||||||||||||||||||||
90 | Chemical Infuser | getLeftInputItem | Table (ItemStack) | Get the contents of the left input item slot. | |||||||||||||||||||||||
91 | Chemical Infuser | getLeftInputNeeded | Number (long) | Get the amount needed to fill the left input tank. | |||||||||||||||||||||||
92 | Chemical Infuser | getOutput | Table (ChemicalStack) | Get the contents of the output (center) tank. | |||||||||||||||||||||||
93 | Chemical Infuser | getOutputCapacity | Number (long) | Get the capacity of the output (center) tank. | |||||||||||||||||||||||
94 | Chemical Infuser | getOutputFilledPercentage | Number (double) | Get the filled percentage of the output (center) tank. | |||||||||||||||||||||||
95 | Chemical Infuser | getOutputItem | Table (ItemStack) | Get the contents of the output item slot. | |||||||||||||||||||||||
96 | Chemical Infuser | getOutputNeeded | Number (long) | Get the amount needed to fill the output (center) tank. | |||||||||||||||||||||||
97 | Chemical Infuser | getRightInput | Table (ChemicalStack) | Get the contents of the right input tank. | |||||||||||||||||||||||
98 | Chemical Infuser | getRightInputCapacity | Number (long) | Get the capacity of the right input tank. | |||||||||||||||||||||||
99 | Chemical Infuser | getRightInputFilledPercentage | Number (double) | Get the filled percentage of the right input tank. | |||||||||||||||||||||||
100 | Chemical Infuser | getRightInputItem | Table (ItemStack) | Get the contents of the right input item slot. |