Method Name | Params | Returns | Description |
---|---|---|---|
euToJoules
|
|
Number (FloatingLong) | Convert IC2 Energy Units to Mekanism Joules |
feToJoules
|
|
Number (FloatingLong) | Convert Forge Energy to Mekanism Joules |
joulesToEU
|
|
Number (FloatingLong) | Convert Mekanism Joules to IC2 Energy Units |
joulesToFE
|
|
Number (FloatingLong) | Convert Mekanism Joules to Forge Energy |
Method Name | Params | Returns | Description |
---|---|---|---|
createMinerItemFilter
|
|
Table (MinerItemStackFilter) | Create a Digital Miner Item Filter from an Item name |
createMinerModIdFilter
|
|
Table (MinerModIDFilter) | Create a Digital Miner Mod Id Filter from a mod id |
createMinerTagFilter
|
|
Table (MinerTagFilter) | Create a Digital Miner Tag Filter from a Tag name |
createOredictionificatorItemFilter
|
|
Table (OredictionificatorItemFilter) | Create an Oredictionificator filter from a tag, without specifying an output item |
createOredictionificatorItemFilter
|
|
Table (OredictionificatorItemFilter) | Create an Oredictionificator filter from a tag and a selected output. The output is not validated. |
createQIOItemFilter
|
|
Table (QIOItemStackFilter) | Create a QIO Item Filter structure from an Item name |
createQIOModIdFilter
|
|
Table (QIOModIDFilter) | Create a QIO Mod Id Filter from a mod id |
createQIOTagFilter
|
|
Table (QIOTagFilter) | Create a QIO Tag Filter from a Tag name |
createSorterItemFilter
|
|
Table (SorterItemStackFilter) | Create a Logistical Sorter Item Filter structure from an Item name |
createSorterModIdFilter
|
|
Table (SorterModIDFilter) | Create a Logistical Sorter Mod Id Filter structure from a mod id |
createSorterTagFilter
|
|
Table (SorterTagFilter) | Create a Logistical Sorter Tag Filter from a tag |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInputChemical
|
Table (ChemicalStack) | Get the contents of the input gas tank. | |
getInputChemicalCapacity
|
Number (long) | Get the capacity of the input gas tank. | |
getInputChemicalFilledPercentage
|
Number (double) | Get the filled percentage of the input gas tank. | |
getInputChemicalItem
|
Table (ItemStack) | Get the contents of the input gas item slot. | |
getInputChemicalNeeded
|
Number (long) | Get the amount needed to fill the input gas tank. | |
getInputItem
|
Table (ItemStack) | Get the contents of the input item slot. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
getCapacity
|
Number (int) | Get the maximum number of items the bin can contain. | |
getLock
|
Table (ItemStack) | Get the type of item the Bin is locked to (or Air if not locked) | |
getStored
|
Table (ItemStack) | Get the contents of the bin. | |
isLocked
|
boolean | If true, the Bin is locked to a particular item type. | |
lock
|
Lock the Bin to the currently stored item type. The Bin must not be creative, empty, or already locked | ||
unlock
|
Unlock the Bin's fixed item type. The Bin must not be creative, or already unlocked |
Method Name | Params | Returns | Description |
---|---|---|---|
getBioFuel
|
Table (FluidStack) | Get the contents of the biofuel tank. | |
getBioFuelCapacity
|
Number (int) | Get the capacity of the biofuel tank. | |
getBioFuelFilledPercentage
|
Number (double) | Get the filled percentage of the biofuel tank. | |
getBioFuelNeeded
|
Number (int) | Get the amount needed to fill the biofuel tank. | |
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy item. | |
getFuelItem
|
Table (ItemStack) | Get the contents of the fuel slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
getBoilCapacity
|
Number (long) | Get the maximum possible boil rate for this Boiler, based on the number of Superheating Elements | |
getBoilRate
|
Number (int) | Get the rate of boiling (mB/t) | |
getCooledCoolant
|
Table (ChemicalStack) | Get the contents of the cooled coolant tank. | |
getCooledCoolantCapacity
|
Number (long) | Get the capacity of the cooled coolant tank. | |
getCooledCoolantFilledPercentage
|
Number (double) | Get the filled percentage of the cooled coolant tank. | |
getCooledCoolantNeeded
|
Number (long) | Get the amount needed to fill the cooled coolant tank. | |
getEnvironmentalLoss
|
Number (double) | Get the amount of heat lost to the environment in the last tick (Kelvin) | |
getHeatedCoolant
|
Table (ChemicalStack) | Get the contents of the heated coolant tank. | |
getHeatedCoolantCapacity
|
Number (long) | Get the capacity of the heated coolant tank. | |
getHeatedCoolantFilledPercentage
|
Number (double) | Get the filled percentage of the heated coolant tank. | |
getHeatedCoolantNeeded
|
Number (long) | Get the amount needed to fill the heated coolant tank. | |
getMaxBoilRate
|
Number (int) | Get the maximum rate of boiling seen (mB/t) | |
getSteam
|
Table (ChemicalStack) | Get the contents of the steam tank. | |
getSteamCapacity
|
Number (long) | Get the capacity of the steam tank. | |
getSteamFilledPercentage
|
Number (double) | Get the filled percentage of the steam tank. | |
getSteamNeeded
|
Number (long) | Get the amount needed to fill the steam tank. | |
getSuperheaters
|
Number (int) | How many superheaters this Boiler has | |
getTemperature
|
Number (double) | Get the temperature of the boiler in Kelvin. | |
getWater
|
Table (FluidStack) | Get the contents of the water tank. | |
getWaterCapacity
|
Number (int) | Get the capacity of the water tank. | |
getWaterFilledPercentage
|
Number (double) | Get the filled percentage of the water tank. | |
getWaterNeeded
|
Number (int) | Get the amount needed to fill the water tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
decrementMode
|
Toggle the current valve configuration to the previous option in the list | ||
getMode
|
String (BoilerValveMode) | Get the current configuration of this valve | |
incrementMode
|
Toggle the current valve configuration to the next option in the list | ||
setMode
|
Change the configuration of this valve |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
Table (ChemicalStack) | Get the contents of the input tank. | |
getInputCapacity
|
Number (long) | Get the capacity of the input tank. | |
getInputFilledPercentage
|
Number (double) | Get the filled percentage of the input tank. | |
getInputItem
|
Table (ItemStack) | Get the contents of the input item slot. | |
getInputNeeded
|
Number (long) | Get the amount needed to fill the input tank. | |
getOutput
|
Table (ItemStack) | Get the contents of the output slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getGasInput
|
Table (ChemicalStack) | Get the contents of the gas input tank. | |
getGasInputCapacity
|
Number (long) | Get the capacity of the gas input tank. | |
getGasInputFilledPercentage
|
Number (double) | Get the filled percentage of the gas input tank. | |
getGasInputNeeded
|
Number (long) | Get the amount needed to fill the gas input tank. | |
getInputGasItem
|
Table (ItemStack) | Get the contents of the gas input item slot. | |
getInputItem
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutput
|
Table (ChemicalStack) | Get the contents of the output tank. | |
getOutputCapacity
|
Number (long) | Get the capacity of the output tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
getOutputNeeded
|
Number (long) | Get the amount needed to fill the output tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getLeftInput
|
Table (ChemicalStack) | Get the contents of the left input tank. | |
getLeftInputCapacity
|
Number (long) | Get the capacity of the left input tank. | |
getLeftInputFilledPercentage
|
Number (double) | Get the filled percentage of the left input tank. | |
getLeftInputItem
|
Table (ItemStack) | Get the contents of the left input item slot. | |
getLeftInputNeeded
|
Number (long) | Get the amount needed to fill the left input tank. | |
getOutput
|
Table (ChemicalStack) | Get the contents of the output (center) tank. | |
getOutputCapacity
|
Number (long) | Get the capacity of the output (center) tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output (center) tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output item slot. | |
getOutputNeeded
|
Number (long) | Get the amount needed to fill the output (center) tank. | |
getRightInput
|
Table (ChemicalStack) | Get the contents of the right input tank. | |
getRightInputCapacity
|
Number (long) | Get the capacity of the right input tank. | |
getRightInputFilledPercentage
|
Number (double) | Get the filled percentage of the right input tank. | |
getRightInputItem
|
Table (ItemStack) | Get the contents of the right input item slot. | |
getRightInputNeeded
|
Number (long) | Get the amount needed to fill the right input tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutput
|
Table (ChemicalStack) | Get the contents of the output tank. | |
getOutputCapacity
|
Number (long) | Get the capacity of the output tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output item slot. | |
getOutputNeeded
|
Number (long) | Get the amount needed to fill the output tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
decrementDumpingMode
|
Descend the Dumping mode to the previous configuration in the list
Requires public security |
||
getCapacity
|
Number (long) | Get the capacity of the tank. | |
getDrainItem
|
Table (ItemStack) | Get the contents of the drain slot. | |
getDumpingMode
|
String (GasMode) | Get the current Dumping configuration | |
getFillItem
|
Table (ItemStack) | Get the contents of the fill slot. | |
getFilledPercentage
|
Number (double) | Get the filled percentage of the tank. | |
getNeeded
|
Number (long) | Get the amount needed to fill the tank. | |
getStored
|
Table (ChemicalStack) | Get the contents of the tank. | |
incrementDumpingMode
|
Advance the Dumping mode to the next configuration in the list
Requires public security |
||
setDumpingMode
|
|
Set the Dumping mode of the tank
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getFluid
|
Table (FluidStack) | Get the contents of the fluid tank. | |
getFluidCapacity
|
Number (int) | Get the capacity of the fluid tank. | |
getFluidFilledPercentage
|
Number (double) | Get the filled percentage of the fluid tank. | |
getFluidItemInput
|
Table (ItemStack) | Get the contents of the fluid item input slot. | |
getFluidItemOutput
|
Table (ItemStack) | Get the contents of the fluid item output slot. | |
getFluidNeeded
|
Number (int) | Get the amount needed to fill the fluid tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the slurry item output slot. | |
getSlurryInput
|
Table (ChemicalStack) | Get the contents of the input slurry tank. | |
getSlurryInputCapacity
|
Number (long) | Get the capacity of the input slurry tank. | |
getSlurryInputFilledPercentage
|
Number (double) | Get the filled percentage of the input slurry tank. | |
getSlurryInputNeeded
|
Number (long) | Get the amount needed to fill the input slurry tank. | |
getSlurryOutput
|
Table (ChemicalStack) | Get the contents of the output slurry tank. | |
getSlurryOutputCapacity
|
Number (long) | Get the capacity of the output slurry tank. | |
getSlurryOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output slurry tank. | |
getSlurryOutputNeeded
|
Number (long) | Get the amount needed to fill the output slurry tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getMainInput
|
Table (ItemStack) | Get the contents of the main input slot. | |
getOutput
|
Table (ItemStack) | Get the contents of the output slot. | |
getSecondaryInput
|
Table (ItemStack) | Get the contents of the secondary input slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
getSecondaryInput
|
Table (ItemStack) | Get the contents of the secondary input slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
dumpChemical
|
Empty the contents of the gas tank into the environment
Requires public security |
||
getChemical
|
Table (ChemicalStack) | Get the contents of the gas tank. | |
getChemicalCapacity
|
Number (long) | Get the capacity of the gas tank. | |
getChemicalFilledPercentage
|
Number (double) | Get the filled percentage of the gas tank. | |
getChemicalItem
|
Table (ItemStack) | Get the contents of the chemical item (extra) slot. | |
getChemicalNeeded
|
Number (long) | Get the amount needed to fill the gas tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
dumpChemical
|
Empty the contents of the gas tank into the environment
Requires public security |
||
getChemical
|
Table (ChemicalStack) | Get the contents of the gas tank. | |
getChemicalCapacity
|
Number (long) | Get the capacity of the gas tank. | |
getChemicalFilledPercentage
|
Number (double) | Get the filled percentage of the gas tank. | |
getChemicalItem
|
Table (ItemStack) | Get the contents of the secondary input slot. | |
getChemicalNeeded
|
Number (long) | Get the amount needed to fill the gas tank. | |
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutput
|
Table (ItemStack) | Get the contents of the output slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
addFilter
|
|
boolean |
Add a new filter to the miner. Requires miner to be stopped/reset first
Requires public security |
clearInverseModeReplaceTarget
|
Remove the target for Replacement in Inverse Mode. Requires miner to be stopped/reset first
Requires public security |
||
getAutoEject
|
boolean | Whether Auto Eject is turned on | |
getAutoPull
|
boolean | Whether Auto Pull is turned on | |
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getFilters
|
List (Table (MinerFilter)) | Get the current list of Miner Filters | |
getInverseMode
|
boolean | Whether Inverse Mode is enabled or not | |
getInverseModeReplaceTarget
|
String (Item) | Get the configured Replacement target item | |
getInverseModeRequiresReplacement
|
boolean | Whether Inverse Mode Require Replacement is turned on | |
getItemInSlot
|
|
Table (ItemStack) | Get the contents of the internal inventory slot. 0 based. |
getMaxRadius
|
Number (int) | Get the maximum allowable Radius value, determined from the mod's config | |
getMaxY
|
Number (int) | Gets the configured maximum Y level for mining | |
getMinY
|
Number (int) | Gets the configured minimum Y level for mining | |
getRadius
|
Number (int) | Get the current radius configured (blocks) | |
getSilkTouch
|
boolean | Whether Silk Touch mode is enabled or not | |
getSlotCount
|
Number (int) | Get the size of the Miner's internal inventory | |
getState
|
String (State) | Get the state of the Miner's search | |
getToMine
|
Number (int) | Get the count of block found but not yet mined | |
isRunning
|
boolean | Whether the miner is currently running | |
removeFilter
|
|
boolean |
Removes the exactly matching filter from the miner. Requires miner to be stopped/reset first
Requires public security |
reset
|
Stop the mining process and reset the Miner to be able to change settings
Requires public security |
||
setAutoEject
|
|
Update the Auto Eject setting
Requires public security |
|
setAutoPull
|
|
Update the Auto Pull setting
Requires public security |
|
setInverseMode
|
|
Update the Inverse Mode setting. Requires miner to be stopped/reset first
Requires public security |
|
setInverseModeReplaceTarget
|
|
Update the target for Replacement in Inverse Mode. Requires miner to be stopped/reset first
Requires public security |
|
setInverseModeRequiresReplacement
|
|
Update the Inverse Mode Requires Replacement setting. Requires miner to be stopped/reset first
Requires public security |
|
setMaxY
|
|
Update the maximum Y level for mining. Requires miner to be stopped/reset first
Requires public security |
|
setMinY
|
|
Update the minimum Y level for mining. Requires miner to be stopped/reset first
Requires public security |
|
setRadius
|
|
Update the mining radius (blocks). Requires miner to be stopped/reset first
Requires public security |
|
setSilkTouch
|
|
Update the Silk Touch setting
Requires public security |
|
start
|
Attempt to start the mining process
Requires public security |
||
stop
|
Attempt to stop the mining process
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
disableChunkLoadingFor
|
|
Sets the chunks in the specified radius to not be kept loaded. The chunk the Stabilizer is in is always loaded. Range: [1, 2]
Requires public security |
|
enableChunkLoadingFor
|
|
Sets the chunks in the specified radius to be loaded. The chunk the Stabilizer is in is always loaded. Range: [1, 2]
Requires public security |
|
getChunksLoaded
|
Number (int) | Get the number of chunks being loaded. | |
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
isChunkLoadingAt
|
|
boolean | Check if the Dimensional Stabilizer is configured to load a the specified relative chunk position at x,y (Stabilizer is at 0,0). Range: [-2, 2] |
setChunkLoadingAt
|
|
Set if the Dimensional Stabilizer is configured to load a the specified relative position (Stabilizer is at 0,0). True = load the chunk, false = don't load the chunk. Range: [-2, 2]
Requires public security |
|
toggleChunkLoadingAt
|
|
Toggle loading the specified relative chunk at the relative x,y position (Stabilizer is at 0,0). Just like clicking the button in the GUI. Range: [-2, 2]
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
decrementMode
|
|
||
getMode
|
|
String (DiversionControl) | |
incrementMode
|
|
||
setMode
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
decrementContainerEditMode
|
|||
getChemicalTankCapacity
|
Number (long) | ||
getContainerEditMode
|
String (ContainerEditMode) | ||
getFilledPercentage
|
Number (double) | ||
getInputItem
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
getStored
|
Table (ChemicalStack) or Table (FluidStack) | ||
getTankCapacity
|
Number (int) | ||
incrementContainerEditMode
|
|||
setContainerEditMode
|
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutput
|
Table (ItemStack) | Get the contents of the output slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getFluid
|
Table (FluidStack) | Get the contents of the buffer tank. | |
getFluidCapacity
|
Number (int) | Get the capacity of the buffer tank. | |
getFluidFilledPercentage
|
Number (double) | Get the filled percentage of the buffer tank. | |
getFluidNeeded
|
Number (int) | Get the amount needed to fill the buffer tank. | |
getInputItem
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
reset
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
decrementLeftOutputDumpingMode
|
Requires public security |
||
decrementRightOutputDumpingMode
|
Requires public security |
||
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
Table (FluidStack) | Get the contents of the input tank. | |
getInputCapacity
|
Number (int) | Get the capacity of the input tank. | |
getInputFilledPercentage
|
Number (double) | Get the filled percentage of the input tank. | |
getInputItem
|
Table (ItemStack) | Get the contents of the input item slot. | |
getInputNeeded
|
Number (int) | Get the amount needed to fill the input tank. | |
getLeftOutput
|
Table (ChemicalStack) | Get the contents of the left output tank. | |
getLeftOutputCapacity
|
Number (long) | Get the capacity of the left output tank. | |
getLeftOutputDumpingMode
|
String (GasMode) | ||
getLeftOutputFilledPercentage
|
Number (double) | Get the filled percentage of the left output tank. | |
getLeftOutputItem
|
Table (ItemStack) | Get the contents of the left output item slot. | |
getLeftOutputNeeded
|
Number (long) | Get the amount needed to fill the left output tank. | |
getRightOutput
|
Table (ChemicalStack) | Get the contents of the right output tank. | |
getRightOutputCapacity
|
Number (long) | Get the capacity of the right output tank. | |
getRightOutputDumpingMode
|
String (GasMode) | ||
getRightOutputFilledPercentage
|
Number (double) | Get the filled percentage of the right output tank. | |
getRightOutputItem
|
Table (ItemStack) | Get the contents of the right output item slot. | |
getRightOutputNeeded
|
Number (long) | Get the amount needed to fill the right output tank. | |
incrementLeftOutputDumpingMode
|
Requires public security |
||
incrementRightOutputDumpingMode
|
Requires public security |
||
setLeftOutputDumpingMode
|
|
Requires public security |
|
setRightOutputDumpingMode
|
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getChargeItem
|
Table (ItemStack) | Get the contents of the charge slot. | |
getDischargeItem
|
Table (ItemStack) | Get the contents of the discharge slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
|
Table (ItemStack) | |
getOutput
|
|
Table (ItemStack) | |
getRecipeProgress
|
|
Number (int) | |
getTicksRequired
|
Number (int) | Total number of ticks it takes currently for the recipe to complete | |
isAutoSortEnabled
|
boolean | ||
setAutoSort
|
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getFilterType
|
String (FilterType) | ||
isEnabled
|
boolean | ||
setEnabled
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
clone
|
Table (MinerFilter) | ||
getReplaceTarget
|
String (Item) | ||
getRequiresReplacement
|
boolean | ||
hasBlacklistedElement
|
boolean | ||
setReplaceTarget
|
|
||
setRequiresReplacement
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
getItemStack
|
Table (ItemStack) | ||
setItem
|
|
||
setItemStack
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
clone
|
Table (SorterFilter) | ||
getAllowDefault
|
boolean | ||
getColor
|
String (EnumColor) | ||
getMax
|
Number (int) | ||
getMin
|
Number (int) | ||
getSizeMode
|
boolean | ||
setAllowDefault
|
|
||
setColor
|
|
||
setMinMax
|
|
||
setSizeMode
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
getModID
|
String | ||
setModID
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
getSelectedOutput
|
String (Item) | ||
setSelectedOutput
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
clone
|
Table (OredictionificatorFilter) | ||
getFilter
|
String | ||
setFilter
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
clone
|
Table (QIOFilter) |
Method Name | Params | Returns | Description |
---|---|---|---|
getTagName
|
String | ||
setTagName
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
getLogicMode
|
String (FissionReactorLogic) | ||
getRedstoneLogicStatus
|
String (RedstoneStatus) | ||
setLogicMode
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
activate
|
Must be disabled, and if meltdowns are disabled must not have been force disabled | ||
getActualBurnRate
|
Number (double) | Actual burn rate as it may be lower if say there is not enough fuel | |
getBoilEfficiency
|
Number (double) | ||
getBurnRate
|
Number (double) | Configured burn rate | |
getCoolant
|
Table (ChemicalStack) or Table (FluidStack) | ||
getCoolantCapacity
|
Number (long) | ||
getCoolantFilledPercentage
|
Number (double) | ||
getCoolantNeeded
|
Number (long) | ||
getDamagePercent
|
Number (long) | ||
getEnvironmentalLoss
|
Number (double) | ||
getFuel
|
Table (ChemicalStack) | Get the contents of the fuel tank. | |
getFuelAssemblies
|
Number (int) | ||
getFuelCapacity
|
Number (long) | Get the capacity of the fuel tank. | |
getFuelFilledPercentage
|
Number (double) | Get the filled percentage of the fuel tank. | |
getFuelNeeded
|
Number (long) | Get the amount needed to fill the fuel tank. | |
getFuelSurfaceArea
|
Number (int) | ||
getHeatCapacity
|
Number (double) | ||
getHeatedCoolant
|
Table (ChemicalStack) | Get the contents of the heated coolant. | |
getHeatedCoolantCapacity
|
Number (long) | Get the capacity of the heated coolant. | |
getHeatedCoolantFilledPercentage
|
Number (double) | Get the filled percentage of the heated coolant. | |
getHeatedCoolantNeeded
|
Number (long) | Get the amount needed to fill the heated coolant. | |
getHeatingRate
|
Number (long) | ||
getMaxBurnRate
|
Number (long) | ||
getStatus
|
boolean | true -> active, false -> off | |
getTemperature
|
Number (double) | Get the temperature of the reactor in Kelvin. | |
getWaste
|
Table (ChemicalStack) | Get the contents of the waste tank. | |
getWasteCapacity
|
Number (long) | Get the capacity of the waste tank. | |
getWasteFilledPercentage
|
Number (double) | Get the filled percentage of the waste tank. | |
getWasteNeeded
|
Number (long) | Get the amount needed to fill the waste tank. | |
isForceDisabled
|
boolean | ||
scram
|
Must be enabled | ||
setBurnRate
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
decrementMode
|
|||
getMode
|
String (FissionPortMode) | ||
incrementMode
|
|||
setMode
|
Method Name | Params | Returns | Description |
---|---|---|---|
decrementContainerEditMode
|
Requires public security |
||
getCapacity
|
Number (int) | Get the capacity of the tank. | |
getContainerEditMode
|
String (ContainerEditMode) | ||
getFilledPercentage
|
Number (double) | Get the filled percentage of the tank. | |
getInputItem
|
Table (ItemStack) | Get the contents of the input slot. | |
getNeeded
|
Number (int) | Get the amount needed to fill the tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
getStored
|
Table (FluidStack) | Get the contents of the tank. | |
incrementContainerEditMode
|
Requires public security |
||
setContainerEditMode
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getFluid
|
Table (FluidStack) | Get the contents of the buffer tank. | |
getFluidCapacity
|
Number (int) | Get the capacity of the buffer tank. | |
getFluidFilledPercentage
|
Number (double) | Get the filled percentage of the buffer tank. | |
getFluidNeeded
|
Number (int) | Get the amount needed to fill the buffer tank. | |
getInputItem
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
reset
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
craftAvailableItems
|
Requires recipe and auto mode to be disabled
Requires public security |
||
craftSingleItem
|
Requires recipe and auto mode to be disabled
Requires public security |
||
emptyGrid
|
Requires auto mode to be disabled
Requires public security |
||
encodeFormula
|
Requires an unencoded formula in the formula slot and a valid recipe
Requires public security |
||
fillGrid
|
Requires auto mode to be disabled
Requires public security |
||
getAutoMode
|
boolean |
Requires valid encoded formula
Requires public security |
|
getCraftingInputSlot
|
|
Table (ItemStack) | |
getCraftingOutputSlot
|
|
Table (ItemStack) | |
getCraftingOutputSlots
|
Number (int) | ||
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getExcessRemainingItems
|
List (Table (ItemStack)) | ||
getFormulaItem
|
Table (ItemStack) | Get the contents of the formula slot. | |
getItemInSlot
|
|
Table (ItemStack) | |
getRecipeProgress
|
Number (int) | ||
getSlots
|
Number (int) | ||
getStockControl
|
boolean |
Requires valid encoded formula
Requires public security |
|
getTicksRequired
|
Number (int) | ||
hasRecipe
|
boolean | ||
hasValidFormula
|
boolean | ||
setAutoMode
|
|
Requires valid encoded formula
Requires public security |
|
setStockControl
|
|
Requires valid encoded formula
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnvironmentalLoss
|
Number (double) | ||
getFuelItem
|
Table (ItemStack) | Get the contents of the fuel slot. | |
getTemperature
|
Number (double) | Get the temperature of the heater in Kelvin. | |
getTransferLoss
|
Number (double) |
Method Name | Params | Returns | Description |
---|---|---|---|
getLogicMode
|
String (FusionReactorLogic) | ||
isActiveCooledLogic
|
boolean | ||
setActiveCooledLogic
|
|
||
setLogicMode
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
getCaseTemperature
|
Number (double) | ||
getDTFuel
|
Table (ChemicalStack) | Get the contents of the fuel tank. | |
getDTFuelCapacity
|
Number (long) | Get the capacity of the fuel tank. | |
getDTFuelFilledPercentage
|
Number (double) | Get the filled percentage of the fuel tank. | |
getDTFuelNeeded
|
Number (long) | Get the amount needed to fill the fuel tank. | |
getDeuterium
|
Table (ChemicalStack) | Get the contents of the deuterium tank. | |
getDeuteriumCapacity
|
Number (long) | Get the capacity of the deuterium tank. | |
getDeuteriumFilledPercentage
|
Number (double) | Get the filled percentage of the deuterium tank. | |
getDeuteriumNeeded
|
Number (long) | Get the amount needed to fill the deuterium tank. | |
getEnvironmentalLoss
|
Number (double) | ||
getHohlraum
|
Table (ItemStack) | Get the contents of the Hohlraum slot. | |
getIgnitionTemperature
|
|
Number (double) | true -> water cooled, false -> air cooled |
getInjectionRate
|
Number (int) | ||
getMaxCasingTemperature
|
|
Number (double) | true -> water cooled, false -> air cooled |
getMaxPlasmaTemperature
|
|
Number (double) | true -> water cooled, false -> air cooled |
getMinInjectionRate
|
|
Number (int) | true -> water cooled, false -> air cooled |
getPassiveGeneration
|
|
Number (FloatingLong) | |
getPlasmaTemperature
|
Number (double) | ||
getProductionRate
|
Number (FloatingLong) | ||
getSteam
|
Table (ChemicalStack) | Get the contents of the steam tank. | |
getSteamCapacity
|
Number (long) | Get the capacity of the steam tank. | |
getSteamFilledPercentage
|
Number (double) | Get the filled percentage of the steam tank. | |
getSteamNeeded
|
Number (long) | Get the amount needed to fill the steam tank. | |
getTransferLoss
|
Number (double) | ||
getTritium
|
Table (ChemicalStack) | Get the contents of the tritium tank. | |
getTritiumCapacity
|
Number (long) | Get the capacity of the tritium tank. | |
getTritiumFilledPercentage
|
Number (double) | Get the filled percentage of the tritium tank. | |
getTritiumNeeded
|
Number (long) | Get the amount needed to fill the tritium tank. | |
getWater
|
Table (FluidStack) | Get the contents of the water tank. | |
getWaterCapacity
|
Number (int) | Get the capacity of the water tank. | |
getWaterFilledPercentage
|
Number (double) | Get the filled percentage of the water tank. | |
getWaterNeeded
|
Number (int) | Get the amount needed to fill the water tank. | |
setInjectionRate
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
getMode
|
boolean | true -> output, false -> input | |
setMode
|
|
true -> output, false -> input |
Method Name | Params | Returns | Description |
---|---|---|---|
getBurnRate
|
Number (double) | ||
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy item slot. | |
getFuel
|
Table (ChemicalStack) | Get the contents of the fuel tank. | |
getFuelCapacity
|
Number (long) | Get the capacity of the fuel tank. | |
getFuelFilledPercentage
|
Number (double) | Get the filled percentage of the fuel tank. | |
getFuelItem
|
Table (ItemStack) | Get the contents of the fuel item slot. | |
getFuelNeeded
|
Number (long) | Get the amount needed to fill the fuel tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
getMaxOutput
|
Number (FloatingLong) | ||
getProductionRate
|
Number (FloatingLong) | Get the amount of energy produced by this generator in the last tick. |
Method Name | Params | Returns | Description |
---|---|---|---|
getComparatorLevel
|
Number (int) | ||
getDirection
|
String (Direction) | ||
getEnergy
|
Number (FloatingLong) | ||
getEnergyFilledPercentage
|
Number (double) | ||
getEnergyNeeded
|
Number (FloatingLong) | ||
getMaxEnergy
|
Number (FloatingLong) | ||
getRedstoneMode
|
String (RedstoneControl) | ||
setRedstoneMode
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy item slot. | |
getEnvironmentalLoss
|
Number (double) | ||
getFuelItem
|
Table (ItemStack) | Get the contents of the fuel item slot. | |
getLava
|
Table (FluidStack) | Get the contents of the lava tank. | |
getLavaCapacity
|
Number (int) | Get the capacity of the lava tank. | |
getLavaFilledPercentage
|
Number (double) | Get the filled percentage of the lava tank. | |
getLavaNeeded
|
Number (int) | Get the amount needed to fill the lava tank. | |
getTemperature
|
Number (double) | Get the temperature of the generator in Kelvin. | |
getTransferLoss
|
Number (double) |
Method Name | Params | Returns | Description |
---|---|---|---|
getInputItem
|
Table (ItemStack) | Get the contents of the input slot. | |
getInstalledCells
|
Number (int) | ||
getInstalledProviders
|
Number (int) | ||
getLastInput
|
Number (FloatingLong) | ||
getLastOutput
|
Number (FloatingLong) | ||
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
getTransferCap
|
Number (FloatingLong) |
Method Name | Params | Returns | Description |
---|---|---|---|
getMode
|
boolean | true -> output, false -> input. | |
setMode
|
|
true -> output, false -> input |
Method Name | Params | Returns | Description |
---|---|---|---|
decrementDumpingMode
|
|||
getBlades
|
Number (int) | ||
getCoils
|
Number (int) | ||
getCondensers
|
Number (int) | ||
getDispersers
|
Number (int) | ||
getDumpingMode
|
String (GasMode) | ||
getFlowRate
|
Number (long) | ||
getLastSteamInputRate
|
Number (long) | ||
getMaxFlowRate
|
Number (long) | ||
getMaxProduction
|
Number (FloatingLong) | ||
getMaxWaterOutput
|
Number (long) | ||
getProductionRate
|
Number (FloatingLong) | ||
getSteam
|
Table (ChemicalStack) | Get the contents of the steam tank. | |
getSteamCapacity
|
Number (long) | Get the capacity of the steam tank. | |
getSteamFilledPercentage
|
Number (double) | Get the filled percentage of the steam tank. | |
getSteamNeeded
|
Number (long) | Get the amount needed to fill the steam tank. | |
getVents
|
Number (int) | ||
incrementDumpingMode
|
|||
setDumpingMode
|
|
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
Table (ChemicalStack) | Get the contents of the input tank. | |
getInputCapacity
|
Number (long) | Get the capacity of the input tank. | |
getInputFilledPercentage
|
Number (double) | Get the filled percentage of the input tank. | |
getInputItem
|
Table (ItemStack) | Get the contents of the input slot. | |
getInputNeeded
|
Number (long) | Get the amount needed to fill the input tank. | |
getOutput
|
Table (ChemicalStack) | Get the contents of the output tank. | |
getOutputCapacity
|
Number (long) | Get the capacity of the output tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
getOutputNeeded
|
Number (long) | Get the amount needed to fill the output tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
getDiggingPos
|
Table (BlockPos) |
Method Name | Params | Returns | Description |
---|---|---|---|
getDelay
|
Number (int) | ||
getMaxThreshold
|
Number (FloatingLong) | ||
getMinThreshold
|
Number (FloatingLong) | ||
getRedstoneOutputMode
|
String (RedstoneOutput) | ||
setDelay
|
|
Requires public security |
|
setMaxThreshold
|
|
Requires public security |
|
setMinThreshold
|
|
Requires public security |
|
setRedstoneOutputMode
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getItemInSlot
|
|
Table (ItemStack) | |
getSlotCount
|
Number (int) |
Method Name | Params | Returns | Description |
---|---|---|---|
addFilter
|
|
boolean |
Requires public security |
clearDefaultColor
|
Requires public security |
||
decrementDefaultColor
|
Requires public security |
||
getAutoMode
|
boolean | ||
getDefaultColor
|
String (EnumColor) | ||
getFilters
|
List (Table (SorterFilter)) | ||
incrementDefaultColor
|
Requires public security |
||
isRoundRobin
|
boolean | ||
isSingle
|
boolean | ||
removeFilter
|
|
boolean |
Requires public security |
setAutoMode
|
|
Requires public security |
|
setDefaultColor
|
|
Requires public security |
|
setRoundRobin
|
|
Requires public security |
|
setSingle
|
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
clearInputColor
|
Requires public security |
||
clearOutputColor
|
Requires public security |
||
decrementInputColor
|
Requires public security |
||
decrementOutputColor
|
Requires public security |
||
getInputColor
|
String (EnumColor) | ||
getOutputColor
|
String (EnumColor) | ||
hasStrictInput
|
boolean | ||
incrementInputColor
|
Requires public security |
||
incrementOutputColor
|
Requires public security |
||
setInputColor
|
|
Requires public security |
|
setOutputColor
|
|
Requires public security |
|
setStrictInput
|
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getRecipeProgress
|
Number (int) | ||
getTicksRequired
|
Number (int) |
Method Name | Params | Returns | Description |
---|---|---|---|
getOwnerName
|
String | ||
getOwnerUUID
|
String (UUID) | ||
getSecurityMode
|
String (SecurityMode) |
Method Name | Params | Returns | Description |
---|---|---|---|
canEject
|
boolean | ||
decrementMode
|
Requires public security |
||
getConfigurableTypes
|
List (String (TransmissionType)) | ||
getMode
|
String (DataType) |
Requires public security |
|
getSupportedModes
|
List (String (DataType)) |
Requires public security |
|
incrementMode
|
Requires public security |
||
isEjecting
|
boolean | ||
setEjecting
|
|
Requires public security |
|
setMode
|
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getInstalledUpgrades
|
Table (String (Upgrade) => Number (int)) | ||
getSupportedUpgrades
|
List (String (Upgrade)) |
Method Name | Params | Returns | Description |
---|---|---|---|
getBuffer
|
Table (FluidStack) | ||
getCapacity
|
Number (long) | ||
getFilledPercentage
|
Number (double) | ||
getNeeded
|
Number (long) |
Method Name | Params | Returns | Description |
---|---|---|---|
dumpInfuseType
|
Requires public security |
||
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInfuseType
|
Table (ChemicalStack) | Get the contents of the infusion buffer. | |
getInfuseTypeCapacity
|
Number (long) | Get the capacity of the infusion buffer. | |
getInfuseTypeFilledPercentage
|
Number (double) | Get the filled percentage of the infusion buffer. | |
getInfuseTypeItem
|
Table (ItemStack) | Get the contents of the infusion (extra) input slot. | |
getInfuseTypeNeeded
|
Number (long) | Get the amount needed to fill the infusion buffer. | |
getInput
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutput
|
Table (ItemStack) | Get the contents of the output slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
dumpInfuseType
|
Empty the contents of the infusion buffer into the environment
Requires public security |
||
getInfuseType
|
Table (ChemicalStack) | Get the contents of the infusion buffer. | |
getInfuseTypeCapacity
|
Number (long) | Get the capacity of the infusion buffer. | |
getInfuseTypeFilledPercentage
|
Number (double) | Get the filled percentage of the infusion buffer. | |
getInfuseTypeItem
|
Table (ItemStack) | Get the contents of the infusion extra input slot. | |
getInfuseTypeNeeded
|
Number (long) | Get the amount needed to fill the infusion buffer. |
Method Name | Params | Returns | Description |
---|---|---|---|
getContainerItem
|
Table (ItemStack) | Get the contents of the module holder slot (suit, tool, etc). | |
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getModuleItem
|
Table (ItemStack) | Get the contents of the module slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
isFormed
|
boolean |
Method Name | Params | Returns | Description |
---|---|---|---|
getHeight
|
Number (int) | ||
getLength
|
Number (int) | ||
getMaxPos
|
Table (BlockPos) | ||
getMinPos
|
Table (BlockPos) | ||
getWidth
|
Number (int) |
Method Name | Params | Returns | Description |
---|---|---|---|
getContainerFillItem
|
Table (ItemStack) | Get the contents of the fillable container slot. | |
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutput
|
Table (FluidStack) | Get the contents of the output tank. | |
getOutputCapacity
|
Number (int) | Get the capacity of the output tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the filled container output slot. | |
getOutputNeeded
|
Number (int) | Get the amount needed to fill the output tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
addFilter
|
boolean |
Requires public security |
|
getFilters
|
List (Table (OredictionificatorItemFilter)) | ||
getInputItem
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
removeFilter
|
boolean |
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInputItem
|
Table (ItemStack) | Get the contents of the paintable item slot. | |
getInputPigmentItem
|
Table (ItemStack) | Get the contents of the pigment slot. | |
getOutput
|
Table (ItemStack) | Get the contents of the painted item slot. | |
getPigmentInput
|
Table (ChemicalStack) | Get the contents of the pigment tank. | |
getPigmentInputCapacity
|
Number (long) | Get the capacity of the pigment tank. | |
getPigmentInputFilledPercentage
|
Number (double) | Get the filled percentage of the pigment tank. | |
getPigmentInputNeeded
|
Number (long) | Get the amount needed to fill the pigment tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutput
|
Table (ChemicalStack) | Get the contents of the pigment tank. | |
getOutputCapacity
|
Number (long) | Get the capacity of the pigment tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the pigment tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
getOutputNeeded
|
Number (long) | Get the amount needed to fill the pigment tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getLeftInput
|
Table (ChemicalStack) | Get the contents of the left pigment tank. | |
getLeftInputCapacity
|
Number (long) | Get the capacity of the left pigment tank. | |
getLeftInputFilledPercentage
|
Number (double) | Get the filled percentage of the left pigment tank. | |
getLeftInputItem
|
Table (ItemStack) | Get the contents of the left input slot. | |
getLeftInputNeeded
|
Number (long) | Get the amount needed to fill the left pigment tank. | |
getOutput
|
Table (ChemicalStack) | Get the contents of the output pigment tank. | |
getOutputCapacity
|
Number (long) | Get the capacity of the output pigment tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output pigment tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
getOutputNeeded
|
Number (long) | Get the amount needed to fill the output pigment tank. | |
getRightInput
|
Table (ChemicalStack) | Get the contents of the right pigment tank. | |
getRightInputCapacity
|
Number (long) | Get the capacity of the right pigment tank. | |
getRightInputFilledPercentage
|
Number (double) | Get the filled percentage of the right pigment tank. | |
getRightInputItem
|
Table (ItemStack) | Get the contents of the right input slot. | |
getRightInputNeeded
|
Number (long) | Get the amount needed to fill the right pigment tank. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInput
|
Table (ItemStack) | Get the contents of the input slot. | |
getOutput
|
Table (ItemStack) | Get the contents of the output slot. | |
getSecondaryOutput
|
Table (ItemStack) | Get the contents of the secondary output slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getInputFluid
|
Table (FluidStack) | Get the contents of the fluid input. | |
getInputFluidCapacity
|
Number (int) | Get the capacity of the fluid input. | |
getInputFluidFilledPercentage
|
Number (double) | Get the filled percentage of the fluid input. | |
getInputFluidNeeded
|
Number (int) | Get the amount needed to fill the fluid input. | |
getInputGas
|
Table (ChemicalStack) | Get the contents of the gas input. | |
getInputGasCapacity
|
Number (long) | Get the capacity of the gas input. | |
getInputGasFilledPercentage
|
Number (double) | Get the filled percentage of the gas input. | |
getInputGasNeeded
|
Number (long) | Get the amount needed to fill the gas input. | |
getInputItem
|
Table (ItemStack) | Get the contents of the item input slot. | |
getOutputGas
|
Table (ChemicalStack) | Get the contents of the gas output. | |
getOutputGasCapacity
|
Number (long) | Get the capacity of the gas output. | |
getOutputGasFilledPercentage
|
Number (double) | Get the filled percentage of the gas output. | |
getOutputGasNeeded
|
Number (long) | Get the amount needed to fill the gas output. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the item output slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
getBuffer
|
Table (ChemicalStack) | ||
getCapacity
|
Number (long) | ||
getFilledPercentage
|
Number (double) | ||
getNeeded
|
Number (long) |
Method Name | Params | Returns | Description |
---|---|---|---|
getCraftingInput
|
|
Table (ItemStack) | |
getCraftingOutput
|
|
Table (ItemStack) |
Method Name | Params | Returns | Description |
---|---|---|---|
getDrive
|
|
Table (ItemStack) | |
getDriveStatus
|
|
String (DriveStatus) | |
getFrequencyItemCapacity
|
Number (long) | Requires a frequency to be selected | |
getFrequencyItemCount
|
Number (long) | Requires a frequency to be selected | |
getFrequencyItemPercentage
|
Number (double) | Requires a frequency to be selected | |
getFrequencyItemTypeCapacity
|
Number (long) | Requires a frequency to be selected | |
getFrequencyItemTypeCount
|
Number (long) | Requires a frequency to be selected | |
getFrequencyItemTypePercentage
|
Number (double) | Requires a frequency to be selected | |
getSlotCount
|
Number (int) |
Method Name | Params | Returns | Description |
---|---|---|---|
getExportWithoutFilter
|
boolean | ||
setExportsWithoutFilter
|
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getImportWithoutFilter
|
boolean | ||
setImportsWithoutFilter
|
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
createFrequency
|
|
Requires frequency to not already exist and for it to be public so that it can make it as the player who owns the block. Also sets the frequency after creation
Requires public security |
|
decrementFrequencyColor
|
Requires a frequency to be selected
Requires public security |
||
getFrequencies
|
List (Table (QIOFrequency)) | Lists public frequencies | |
getFrequency
|
Table (QIOFrequency) | Requires a frequency to be selected | |
getFrequencyColor
|
String (EnumColor) | Requires a frequency to be selected | |
hasFrequency
|
boolean | ||
incrementFrequencyColor
|
Requires a frequency to be selected
Requires public security |
||
setFrequency
|
|
Requires a public frequency to exist
Requires public security |
|
setFrequencyColor
|
|
Requires a frequency to be selected
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
addFilter
|
|
boolean |
Requires public security |
getFilters
|
List (Table (QIOFilter)) | ||
removeFilter
|
|
boolean |
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
clearTargetItem
|
Requires public security |
||
getFuzzyMode
|
boolean | ||
getTargetItem
|
Table (ItemStack) | ||
getTriggerAmount
|
Number (long) | ||
setFuzzyMode
|
|
Requires public security |
|
setTargetItem
|
|
Requires public security |
|
setTriggerAmount
|
|
Requires public security |
|
toggleFuzzyMode
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
createFrequency
|
|
Requires frequency to not already exist and for it to be public so that it can make it as the player who owns the block. Also sets the frequency after creation
Requires public security |
|
getBufferFluid
|
Table (FluidStack) | Get the contents of the fluid buffer. | |
getBufferFluidCapacity
|
Number (int) | Get the capacity of the fluid buffer. | |
getBufferFluidFilledPercentage
|
Number (double) | Get the filled percentage of the fluid buffer. | |
getBufferFluidNeeded
|
Number (int) | Get the amount needed to fill the fluid buffer. | |
getBufferGas
|
Table (ChemicalStack) | Get the contents of the gas buffer. | |
getBufferGasCapacity
|
Number (long) | Get the capacity of the gas buffer. | |
getBufferGasFilledPercentage
|
Number (double) | Get the filled percentage of the gas buffer. | |
getBufferGasNeeded
|
Number (long) | Get the amount needed to fill the gas buffer. | |
getBufferInfuseType
|
Table (ChemicalStack) | Get the contents of the infusion buffer. | |
getBufferInfuseTypeCapacity
|
Number (long) | Get the capacity of the infusion buffer. | |
getBufferInfuseTypeFilledPercentage
|
Number (double) | Get the filled percentage of the infusion buffer. | |
getBufferInfuseTypeNeeded
|
Number (long) | Get the amount needed to fill the infusion buffer. | |
getBufferItem
|
Table (ItemStack) | ||
getBufferPigment
|
Table (ChemicalStack) | Get the contents of the pigment buffer. | |
getBufferPigmentCapacity
|
Number (long) | Get the capacity of the pigment buffer. | |
getBufferPigmentFilledPercentage
|
Number (double) | Get the filled percentage of the pigment buffer. | |
getBufferPigmentNeeded
|
Number (long) | Get the amount needed to fill the pigment buffer. | |
getBufferSlurry
|
Table (ChemicalStack) | Get the contents of the slurry buffer. | |
getBufferSlurryCapacity
|
Number (long) | Get the capacity of the slurry buffer. | |
getBufferSlurryFilledPercentage
|
Number (double) | Get the filled percentage of the slurry buffer. | |
getBufferSlurryNeeded
|
Number (long) | Get the amount needed to fill the slurry buffer. | |
getEnvironmentalLoss
|
Number (double) | May not be accurate if there is no frequency | |
getFrequencies
|
List (Table (InventoryFrequency)) | Lists public frequencies | |
getFrequency
|
Table (InventoryFrequency) | Requires a frequency to be selected | |
getTemperature
|
Number (double) | Requires a frequency to be selected | |
getTransferLoss
|
Number (double) | May not be accurate if there is no frequency | |
hasFrequency
|
boolean | ||
setFrequency
|
|
Requires a public frequency to exist
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getCapacity
|
Number (long) | Get the capacity of the barrel. | |
getFilledPercentage
|
Number (double) | Get the filled percentage of the barrel. | |
getNeeded
|
Number (long) | Get the amount needed to fill the barrel. | |
getStored
|
Table (ChemicalStack) | Get the contents of the barrel. |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getEnergyUsed
|
Number (FloatingLong) | ||
getEnvironmentalLoss
|
Number (double) | ||
getTemperature
|
Number (double) | Get the temperature of the heater in Kelvin. | |
getTransferLoss
|
Number (double) | ||
setEnergyUsage
|
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getEnergyUsage
|
Number (FloatingLong) | Get the energy used in the last tick by the machine | |
getFluid
|
Table (FluidStack) | Get the contents of the fluid tank. | |
getFluidCapacity
|
Number (int) | Get the capacity of the fluid tank. | |
getFluidFilledPercentage
|
Number (double) | Get the filled percentage of the fluid tank. | |
getFluidItemInput
|
Table (ItemStack) | Get the contents of the fluid item input slot. | |
getFluidItemOutput
|
Table (ItemStack) | Get the contents of the fluid item ouput slot. | |
getFluidNeeded
|
Number (int) | Get the amount needed to fill the fluid tank. | |
getGas
|
Table (ChemicalStack) | Get the contents of the gas tank. | |
getGasCapacity
|
Number (long) | Get the capacity of the gas tank. | |
getGasFilledPercentage
|
Number (double) | Get the filled percentage of the gas tank. | |
getGasItemInput
|
Table (ItemStack) | Get the contents of the gas item input slot. | |
getGasItemOutput
|
Table (ItemStack) | Get the contents of the gas item output slot. | |
getGasNeeded
|
Number (long) | Get the amount needed to fill the gas tank. | |
isCondensentrating
|
boolean | ||
setCondensentrating
|
|
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getCoils
|
Number (int) | ||
getInput
|
Table (ChemicalStack) | Get the contents of the input tank. | |
getInputCapacity
|
Number (long) | Get the capacity of the input tank. | |
getInputFilledPercentage
|
Number (double) | Get the filled percentage of the input tank. | |
getInputNeeded
|
Number (long) | Get the amount needed to fill the input tank. | |
getOutput
|
Table (ChemicalStack) | Get the contents of the output tank. | |
getOutputCapacity
|
Number (long) | Get the capacity of the output tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output tank. | |
getOutputNeeded
|
Number (long) | Get the amount needed to fill the output tank. | |
getProcessRate
|
Number (double) |
Method Name | Params | Returns | Description |
---|---|---|---|
getMode
|
boolean | true -> output, false -> input. | |
setMode
|
|
true -> output, false -> input. |
Method Name | Params | Returns | Description |
---|---|---|---|
getSecondaryOutput
|
|
Table (ItemStack) |
Method Name | Params | Returns | Description |
---|---|---|---|
getBlockAt
|
|
Table (BlockState) | |
getColumnAt
|
|
Table (Number (int) => Table (BlockState)) | Get a column info, table key is the Y level |
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
isVibrating
|
boolean |
Method Name | Params | Returns | Description |
---|---|---|---|
canSeeSun
|
boolean | ||
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy item slot. |
Method Name | Params | Returns | Description |
---|---|---|---|
canSeeSun
|
boolean | ||
getInput
|
Table (ChemicalStack) | Get the contents of the input tank. | |
getInputCapacity
|
Number (long) | Get the capacity of the input tank. | |
getInputFilledPercentage
|
Number (double) | Get the filled percentage of the input tank. | |
getInputItem
|
Table (ItemStack) | Get the contents of the input slot. | |
getInputNeeded
|
Number (long) | Get the amount needed to fill the input tank. | |
getOutput
|
Table (ChemicalStack) | Get the contents of the output tank. | |
getOutputCapacity
|
Number (long) | Get the capacity of the output tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output tank. | |
getOutputItem
|
Table (ItemStack) | Get the contents of the output slot. | |
getOutputNeeded
|
Number (long) | Get the amount needed to fill the output tank. | |
getPeakProductionRate
|
Number (float) | ||
getProductionRate
|
Number (float) |
Method Name | Params | Returns | Description |
---|---|---|---|
createFrequency
|
|
Requires frequency to not already exist and for it to be public so that it can make it as the player who owns the block. Also sets the frequency after creation
Requires public security |
|
decrementFrequencyColor
|
Requires a frequency to be selected
Requires public security |
||
getActiveTeleporters
|
List (Table (Coord4D)) | Requires a frequency to be selected | |
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy slot. | |
getFrequencies
|
List (Table (TeleporterFrequency)) | Lists public frequencies | |
getFrequency
|
Table (TeleporterFrequency) | Requires a frequency to be selected | |
getFrequencyColor
|
String (EnumColor) | Requires a frequency to be selected | |
getStatus
|
String | ||
hasFrequency
|
boolean | ||
incrementFrequencyColor
|
Requires a frequency to be selected
Requires public security |
||
setFrequency
|
|
Requires a public frequency to exist
Requires public security |
|
setFrequencyColor
|
|
Requires a frequency to be selected
Requires public security |
Method Name | Params | Returns | Description |
---|---|---|---|
getActiveSolars
|
Number (int) | ||
getEnvironmentalLoss
|
Number (double) | ||
getInput
|
Table (FluidStack) | Get the contents of the input tank. | |
getInputCapacity
|
Number (int) | Get the capacity of the input tank. | |
getInputFilledPercentage
|
Number (double) | Get the filled percentage of the input tank. | |
getInputItemInput
|
Table (ItemStack) | Get the contents of the input side's input slot. | |
getInputItemOutput
|
Table (ItemStack) | Get the contents of the input side's output slot. | |
getInputNeeded
|
Number (int) | Get the amount needed to fill the input tank. | |
getOutput
|
Table (FluidStack) | Get the contents of the output tank. | |
getOutputCapacity
|
Number (int) | Get the capacity of the output tank. | |
getOutputFilledPercentage
|
Number (double) | Get the filled percentage of the output tank. | |
getOutputItemInput
|
Table (ItemStack) | Get the contents of the output side's input slot. | |
getOutputItemOutput
|
Table (ItemStack) | Get the contents of the output side's output slot. | |
getOutputNeeded
|
Number (int) | Get the amount needed to fill the output tank. | |
getProductionAmount
|
Number (double) | ||
getTemperature
|
Number (double) |
Method Name | Params | Returns | Description |
---|---|---|---|
getBuffer
|
Number (FloatingLong) | ||
getCapacity
|
Number (FloatingLong) | ||
getFilledPercentage
|
Number (double) | ||
getNeeded
|
Number (FloatingLong) |
Method Name | Params | Returns | Description |
---|---|---|---|
getEnergyItem
|
Table (ItemStack) | Get the contents of the energy item slot. | |
isBlacklistedDimension
|
boolean |
Field | Type | Description |
---|---|---|
x | Number (int) | The x component |
y | Number (int) | The y component |
z | Number (int) | The z component |
Field | Type | Description |
---|---|---|
block | String | The Block's registered name, e.g. minecraft:sand |
state | Table | Any state parameters will be in Table format under this key. Not present if there are none |
Field | Type | Description |
---|---|---|
amount | Number (int) | The amount in mB |
name | String (Item) | The Chemical's registered name |
Field | Type | Description |
---|---|---|
dimension | String (ResourceLocation) | The dimension component |
x | Number (int) | The x component |
y | Number (int) | The y component |
z | Number (int) | The z component |
Field | Type | Description |
---|---|---|
amount | Number (int) | The amount in mB |
name | String (ResourceLocation) | The Fluid's registered name, e.g. minecraft:water |
nbt | String | Any NBT of the fluid, in Command JSON format |
Field | Type | Description |
---|---|---|
key | String | Usually the name of the frequency entered in the GUI |
public | boolean | Whether the Frequency is public or not |
Field | Type | Description |
---|---|---|
enabled | boolean | Whether the filter is enabled when added to a device |
type | String (FilterType) | The type of filter in this structure |
Field | Type | Description |
---|---|---|
count | Number (int) | The count of items in the stack |
name | String (Item) | The Item's registered name |
nbt | String | Any NBT of the item, in Command JSON format |
Field | Type | Description |
---|---|---|
replaceTarget | String (Item) | The name of the item block that will be used to replace a mined block |
requiresReplacement | boolean | Whether the filter requires a replacement to be done before it will allow mining |
Field | Type | Description |
---|---|---|
item | String (Item) | The filtered item's registered name |
itemNBT | String | The NBT data of the filtered item, optional |
Field | Type | Description |
---|---|---|
modId | String | The mod id to filter. e.g. mekansim |
Field | Type | Description |
---|---|---|
tag | String | The tag to filter. e.g. forge:ores |
Field | Type | Description |
---|---|---|
selected | String (Item) | The selected output item's registered name. Optional for adding a filter |
target | String | The target tag to match (input) |
Field | Type | Description |
---|---|---|
fuzzy | boolean | Whether Fuzzy mode is enabled (checks only the item name/type) |
item | String (Item) | The filtered item's registered name |
itemNBT | String | The NBT data of the filtered item, optional |
Field | Type | Description |
---|---|---|
modId | String | The mod id to filter. e.g. mekansim |
Field | Type | Description |
---|---|---|
tag | String | The tag to filter. e.g. forge:ores |
Field | Type | Description |
---|---|---|
allowDefault | boolean | Allows the filtered item to travel to the default color destination |
color | String (EnumColor) | The color configured, nil if none |
max | Number (int) | In Size Mode, the maximum to send |
min | Number (int) | In Size Mode, the minimum to send |
size | boolean | If Size Mode is enabled |
Field | Type | Description |
---|---|---|
fuzzy | boolean | Whether Fuzzy mode is enabled (checks only the item name/type) |
item | String (Item) | The filtered item's registered name |
itemNBT | String | The NBT data of the filtered item, optional |
Field | Type | Description |
---|---|---|
modId | String | The mod id to filter. e.g. mekansim |
Field | Type | Description |
---|---|---|
tag | String | The tag to filter. e.g. forge:ores |
INPUT
OUTPUT_COOLANT
OUTPUT_STEAM
BOTH
EMPTY
FILL
ENERGY
EXTRA
INPUT
INPUT_1
INPUT_2
INPUT_OUTPUT
NONE
OUTPUT
OUTPUT_1
OUTPUT_2
DOWN
EAST
NORTH
SOUTH
UP
WEST
DISABLED
HIGH
LOW
FULL
NEAR_FULL
NONE
OFFLINE
READY
AQUA
BLACK
BRIGHT_GREEN
BRIGHT_PINK
BROWN
DARK_AQUA
DARK_BLUE
DARK_GRAY
DARK_GREEN
DARK_RED
GRAY
INDIGO
ORANGE
PINK
PURPLE
RED
WHITE
YELLOW
MINER_ITEMSTACK_FILTER
MINER_MODID_FILTER
MINER_TAG_FILTER
OREDICTIONIFICATOR_ITEM_FILTER
QIO_ITEMSTACK_FILTER
QIO_MODID_FILTER
QIO_TAG_FILTER
SORTER_ITEMSTACK_FILTER
SORTER_MODID_FILTER
SORTER_TAG_FILTER
INPUT
OUTPUT_COOLANT
OUTPUT_WASTE
ACTIVATION
DAMAGED
DEPLETED
DISABLED
EXCESS_WASTE
TEMPERATURE
CAPACITY
DEPLETED
DISABLED
READY
DUMPING
DUMPING_EXCESS
IDLE
DISABLED
HIGH
LOW
PULSE
ENERGY_CONTENTS
ENTITY_DETECTION
OFF
IDLE
OUTPUTTING
POWERED
BACK
BOTTOM
FRONT
LEFT
RIGHT
TOP
PRIVATE
PUBLIC
TRUSTED
FINISHED
IDLE
PAUSED
SEARCHING
ENERGY
FLUID
GAS
HEAT
INFUSION
ITEM
PIGMENT
SLURRY
ANCHOR
ENERGY
FILTER
GAS
MUFFLING
SPEED
STONE_GENERATOR