Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Your OpenPeripherals API Documentation
- This documentation is specific to your mods. It is not complete - it will grow every time you attach new peripheral or call method with previously unseen type.
- If it seems empty, try using peripheral.wrap() on a few things and running some code (any code) on the terminal glasses. This will generate more peripherals for you to use.
- Generated in OpenPeripheralCore 1.2 by Server on 2015-09-12 00:18:26 -0400
- Table of Contents:
- External adapters:
- buildcraft_machine
- buildcraft_pipe
- cofh_ender_energy
- cofh_ender_fluid
- cofh_facing
- cofh_inventory
- cofh_redstone
- cofh_secure
- cofh_sides
- ender_frequency
- ender_item
- eu_conductor
- eu_sink
- eu_source
- eu_storage
- flower_pot
- fluid_handler
- fluid_tank
- forestry_bees
- ic2_chamber
- ic2_crop
- ic2_heat_source
- ic2_kinetic_source
- ic2_machine
- ic2_reactor
- inventory
- inventory-world
- me_interface
- me_network
- me_storage
- mfr_anvil
- mfr_chronotyper
- mfr_chunk_loader
- mfr_disenchanter
- mfr_ejector
- mfr_enchanter
- mfr_harvester
- mfr_jukebox
- mfr_spawner
- mfr-deep-storage
- mystcraft_desk
- openblocks_cannon
- openblocks_donation
- openblocks_projector
- openblocks_village
- openperipheral_sensor
- railcraft_firebox
- railcraft_turbine
- rf_info
- rf_provider
- rf_receiver
- skull
- te_light
- thaumcraf_bore
- thaumcraf_bore
- thaumcraft_aspect_container
- thaumcraft_brain
- thaumcraft_brain
- thaumcraft_deconstructor
- thaumcraft_deconstructor
- thaumcraft_ear
- thaumcraft_ear
- thaumcraft_essentia_transport
- thaumcraft_jar
- thaumcraft_jar
- thaumcraft_node
- tmechworks_drawbridge
- vanilla_beacon
- vanilla_brewing
- vanilla_comparator
- vanilla_daylight_sensor
- vanilla_furnace
- vanilla_note
- vanilla_player
- vanilla_sign
- vanilla_spawner
- Generated types for: ComputerCraft
- Peripherals:
- aemultipart
- tile_blockcapacitorbank_name
- tileinterface
- Objects:
- Documentation:
- Adapters:
- ic2_crop
- An Adapter
- Target class: ic2.api.crops.ICropTile
- Source class: openperipheral.integration.ic2.AdapterCrop
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterCrop.class
- Location: external
- getGain() : number
- Synchronized
- Get the crop's plant gain stat. Higher values indicate more drops
- Source: ic2_crop
- getNutrients() : number
- Synchronized
- Get the crop's nutrient level. Ranges from 0 (empty) to 10 (full)
- Source: ic2_crop
- getAirQuality() : number
- Synchronized
- Get the crop's air quality. Ranges from 0 (cluttered) to 10 (fresh)
- Source: ic2_crop
- getGrowth() : number
- Synchronized
- Get the crop's plant growth stat. Higher values indicate faster growth
- Source: ic2_crop
- getResistance() : number
- Synchronized
- Get the crop's plant resistance stat. Higher values indicate more resistance against trampling.
- Source: ic2_crop
- getScanLevel() : number
- Synchronized
- Get the crop's plant scan level. Increases every time the seed is analyzed
- Source: ic2_crop
- getNutrientStorage() : number
- Synchronized
- Get the crop's nutrient storage. Ranges from 0 to 100.
- Source: ic2_crop
- getHydrationStorage() : number
- Synchronized
- Get the crop's hydration storage. 0 indicates nothing, 1-10 indicate water hydration and 11-100 for hydration cells.
- Source: ic2_crop
- getWeedExStorage() : number
- Synchronized
- Source: ic2_crop
- getID() : number
- Synchronized
- Source: ic2_crop
- getHumidity() : number
- Synchronized
- Get the crop's humidity. Ranges from 0 (dry) to 10 (humid)
- Source: ic2_crop
- getSize() : number
- Synchronized
- Source: ic2_crop
- rf_provider
- An Adapter
- Target class: cofh.api.energy.IEnergyProvider
- Source class: openperipheral.integration.cofh.energy.AdapterEnergyProvider
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/energy/AdapterEnergyProvider.class
- Location: external
- getEnergyStored(side?) : number
- Synchronized
- Get the energy stored in the machine.
- Source: rf_provider
- Arguments:
- side (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction you are interested in. (north, south, east, west, up or down)
- getMaxEnergyStored(side?) : number
- Synchronized
- Get the max energy stored in the machine.
- Source: rf_provider
- Arguments:
- side (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction you are interested in. (north, south, east, west, up or down)
- flower_pot
- An Adapter
- Target class: net.minecraft.tileentity.TileEntityFlowerPot
- Source class: openperipheral.integration.vanilla.AdapterFlowerPot
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterFlowerPot.class
- Location: external
- getContents() : table
- Synchronized
- Source: flower_pot
- vanilla_furnace
- An Adapter
- Target class: net.minecraft.tileentity.TileEntityFurnace
- Source class: openperipheral.integration.vanilla.AdapterFurnace
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterFurnace.class
- Location: external
- getCurrentItemBurnTime() : number
- Synchronized
- Number of ticks the current item would take to cook
- Source: vanilla_furnace
- getCookTime() : number
- Synchronized
- Number of ticks the current item has been cooking
- Source: vanilla_furnace
- isBurning() : boolean
- Synchronized
- Is the furnace currently burning?
- Source: vanilla_furnace
- getBurnTime() : number
- Synchronized
- Number of ticks the current item will cook for
- Source: vanilla_furnace
- mfr_harvester
- An Adapter
- Target class: powercrystals.minefactoryreloaded.tile.machine.TileEntityHarvester
- Source class: openperipheral.integration.minefactoryreloaded.AdapterHarvester
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterHarvester.class
- Location: external
- getShearLeaves() : boolean
- Synchronized
- Get value of shear leaves
- Source: mfr_harvester
- getHarvestShrooms() : boolean
- Synchronized
- Get value of harvest small mushrooms
- Source: mfr_harvester
- setShearLeaves(shearLeaves)
- Synchronized
- Set value of shear leaves
- Source: mfr_harvester
- Arguments:
- shearLeaves (boolean)
- setHarvestShrooms(harvestShrooms)
- Synchronized
- Set value of harvest small mushrooms
- Source: mfr_harvester
- Arguments:
- harvestShrooms (boolean)
- cofh_facing
- An Adapter
- Target class: cofh.api.tileentity.IReconfigurableFacing
- Source class: openperipheral.integration.cofh.tileentity.AdapterReconfigurableFacing
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/tileentity/AdapterReconfigurableFacing.class
- Location: external
- getFacing() : number
- Synchronized
- Returns the current facing of the block
- Source: cofh_facing
- setFacing(side) : boolean
- Synchronized
- Set the facing of the block. Returns true if rotation was successful
- Source: cofh_facing
- Arguments:
- side (number)
- allowYAxisFacing() : boolean
- Synchronized
- Returns whether or not the block's face can be aligned with the Y Axis.
- Source: cofh_facing
- rotateBlock() : boolean
- Synchronized
- Attempt to rotate the block. Arbitrary based on implementation. Returns true if rotation was successful
- Source: cofh_facing
- rf_receiver
- An Adapter
- Target class: cofh.api.energy.IEnergyReceiver
- Source class: openperipheral.integration.cofh.energy.AdapterEnergyReceiver
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/energy/AdapterEnergyReceiver.class
- Location: external
- getEnergyStored(side?) : number
- Synchronized
- Get the energy stored in the machine.
- Source: rf_receiver
- Arguments:
- side (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction you are interested in. (north, south, east, west, up or down)
- getMaxEnergyStored(side?) : number
- Synchronized
- Get the max energy stored in the machine.
- Source: rf_receiver
- Arguments:
- side (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction you are interested in. (north, south, east, west, up or down)
- openblocks_village
- An Adapter
- Target class: openblocks.common.tileentity.TileEntityVillageHighlighter
- Source class: openblocks.integration.AdapterVillageHighlighter
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenBlocks-1.7.10-1.4.4.jar!/openblocks/integration/AdapterVillageHighlighter.class
- Location: external
- getVillages() : table
- Synchronized
- Get information about the villages this block is inside
- Source: openblocks_village
- te_light
- An Adapter
- Target class: cofh.thermalexpansion.block.light.TileLight
- Source class: openperipheral.integration.thermalexpansion.AdapterTileLamp
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thermalexpansion/AdapterTileLamp.class
- Location: external
- setColor(color) : boolean
- setColour(color) : boolean
- Sets the colour of the lamp
- Source: te_light
- Arguments:
- color (number) : The colour you want to set to (in RGB hexadecimal 0xRRGGBB)
- vanilla_daylight_sensor
- An Adapter
- Target class: net.minecraft.tileentity.TileEntityDaylightDetector
- Source class: openperipheral.integration.vanilla.AdapterDaylightSensor
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterDaylightSensor.class
- Location: external
- getSkyLight() : number
- Synchronized
- Get level of natural light (sky)
- Source: vanilla_daylight_sensor
- getBlockLight() : number
- Synchronized
- Get level of block light
- Source: vanilla_daylight_sensor
- getCelestialAngle() : number
- Synchronized
- Get angle of sun (in degrees, 0 is zenith)
- Source: vanilla_daylight_sensor
- hasSky() : boolean
- Synchronized
- Get true if age has normal sky
- Source: vanilla_daylight_sensor
- openperipheral_sensor
- An Adapter
- Target class: openperipheral.addons.sensors.ISensorEnvironment
- Source class: openperipheral.addons.sensors.AdapterSensor
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/addons/sensors/AdapterSensor.class
- Location: external
- getPlayerByName(username) : object
- Synchronized
- Get full details of a particular player if they're in range
- Source: openperipheral_sensor
- Arguments:
- username (string) : The players username
- getMobIds() : object
- Synchronized
- Get the ids of all the mobs in range. Deprecated, please use getEntityIds('mob')
- Source: openperipheral_sensor
- getMobData(mobId) : object
- Synchronized
- Get full details of a particular mob if it's in range. Deprecated, please use getEntityData(id, 'mob')
- Source: openperipheral_sensor
- Arguments:
- mobId (number) : The id retrieved from getMobIds()
- getMinecartIds() : object
- Synchronized
- Get the ids of all the minecarts in range. Deprecated, please use getEntityIds('minecart')
- Source: openperipheral_sensor
- getMinecartData(minecartId) : object
- Synchronized
- Get full details of a particular minecart if it's in range. Deprecated, please use getEntityIds(id, 'minecraft')
- Source: openperipheral_sensor
- Arguments:
- minecartId (number) : The id retrieved from getMinecartIds()
- getEntityIds(type) : object
- Synchronized
- Get the ids of all entities of single type in range
- Source: openperipheral_sensor
- Arguments:
- type (string{MOB,MINECART,ITEM,ITEM_FRAME,PAINTING})
- getPlayerByUUID(uuid) : object
- Synchronized
- Get full details of a particular player if they're in range
- Source: openperipheral_sensor
- Arguments:
- uuid (string) : The players uuid
- sonicScan() : table
- Synchronized
- Get a table of information about the surrounding area. Includes whether each block is UNKNOWN, AIR, LIQUID or SOLID
- Source: openperipheral_sensor
- getEntityData(id,type) : object
- Synchronized
- Get full details of a particular entity if it's in range
- Source: openperipheral_sensor
- Arguments:
- id (number) : The id retrieved from getEntityIds()
- type (string{MOB,MINECART,ITEM,ITEM_FRAME,PAINTING})
- getPlayers() : object
- Synchronized
- Get the usernames of all the players in range
- Source: openperipheral_sensor
- vanilla_sign
- An Adapter
- Target class: net.minecraft.tileentity.TileEntitySign
- Source class: openperipheral.integration.vanilla.AdapterSign
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterSign.class
- Location: external
- setLines(lines)
- Synchronized
- Sets all text from table
- Source: vanilla_sign
- Arguments:
- lines ([string])
- setLine(line,text)
- Synchronized
- Sets the text on the sign
- Source: vanilla_sign
- Arguments:
- line (number) : The line number to set the text on the sign
- text (string) : The text to display on the sign
- setText(text)
- Synchronized
- Sets the text on the sign
- Source: vanilla_sign
- Arguments:
- text (string) : The text to display on the sign
- getLines() : table
- Synchronized
- Gets all text as table
- Source: vanilla_sign
- getText() : string
- Gets the text on the sign
- Source: vanilla_sign
- getLine(line) : string
- Gets the text from the supplied line of the sign
- Source: vanilla_sign
- Arguments:
- line (number) : The line number to get from the sign
- me_network
- An Adapter
- Target class: appeng.api.networking.IGridHost
- Source class: openperipheral.integration.appeng.AdapterNetwork
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/appeng/AdapterNetwork.class
- Location: external
- getAvgPowerUsage() : number
- Synchronized
- Get the average power usage of the network.
- Source: me_network
- getAvgPowerInjection() : number
- Synchronized
- Get the average power injection into the network
- Source: me_network
- getMaxStoredPower() : number
- Synchronized
- Get the maximum stored power in the network.
- Source: me_network
- getItemDetail(item,proxy?) : object
- Synchronized
- Retrieves details about the specified item from the ME Network.
- Source: me_network
- Arguments:
- item ({id:string,dmg:number?,nbt_hash:string?}) : Details of the item you are looking for
- proxy (optional boolean) : If false, method will compute whole table, instead of returning proxy
- getCraftingCPUs() : table
- Synchronized
- Get a list of tables representing the available CPUs in the network.
- Source: me_network
- getIdlePowerUsage() : number
- Synchronized
- Get the idle power usage of the network.
- Source: me_network
- getStoredPower() : number
- Synchronized
- Get the stored power in the network.
- Source: me_network
- getAvailableItems(details?) : table
- Synchronized
- Get a list of the stored and craftable items in the network.
- Source: me_network
- Arguments:
- details (optional string{NONE,PROXY,ALL}) : Format of stored items details (defalt: none)
- buildcraft_machine
- An Adapter
- Target class: buildcraft.api.tiles.IHasWork
- Source class: openperipheral.integration.buildcraft.AdapterMachine
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/buildcraft/AdapterMachine.class
- Location: external
- hasWork() : boolean
- Synchronized
- Checks if the machine is running.
- Source: buildcraft_machine
- rf_info
- An Adapter
- Target class: cofh.api.tileentity.IEnergyInfo
- Source class: openperipheral.integration.cofh.tileentity.AdapterEnergyInfo
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/tileentity/AdapterEnergyInfo.class
- Location: external
- getEnergyPerTickInfo() : number
- Synchronized
- Gets the EnergyPerTick of the machine.
- Source: rf_info
- getMaxEnergyPerTickInfo() : number
- Synchronized
- Gets the max EnergyPerTick of the machine.
- Source: rf_info
- getEnergyInfo() : number
- Synchronized
- Gets the stored Energy of the machine.
- Source: rf_info
- getMaxEnergyInfo() : number
- Synchronized
- Gets the max Energy of the machine.
- Source: rf_info
- eu_storage
- An Adapter
- Target class: ic2.api.tile.IEnergyStorage
- Source class: openperipheral.integration.ic2.AdapterEnergyStorage
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterEnergyStorage.class
- Location: external
- getEUCapacity() : number
- Get the EU capacity of this block
- Source: eu_storage
- getEUStored() : number
- Get how much EU is stored in this block
- Source: eu_storage
- getEUOutputPerTick() : number
- Get the EU output per tick
- Source: eu_storage
- cofh_ender_fluid
- An Adapter
- Target class: cofh.api.transport.IEnderFluidHandler
- Source class: openperipheral.integration.cofh.transport.AdapterEnderFluidAttuned
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/transport/AdapterEnderFluidAttuned.class
- Location: external
- getChannelName() : string
- Synchronized
- Get the channel name of the machine.
- Source: cofh_ender_fluid
- getFrequency() : number
- Synchronized
- Get the active frequency of the machine.
- Source: cofh_ender_fluid
- setFrequency(frequency) : boolean
- Synchronized
- set the active frequency of the machine.
- Source: cofh_ender_fluid
- Arguments:
- frequency (number) : the frequency you want to set to.
- clearFrequency() : boolean
- Synchronized
- Clean the active frequency of the machine.
- Source: cofh_ender_fluid
- canReceiveFluid() : boolean
- Synchronized
- Can the machine input fluids via the ender net.
- Source: cofh_ender_fluid
- canSendFluid() : boolean
- Synchronized
- Can the machine output fluids via the ender net.
- Source: cofh_ender_fluid
- mfr_jukebox
- An Adapter
- Target class: powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoJukebox
- Source class: openperipheral.integration.minefactoryreloaded.AdapterAutoJukebox
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterAutoJukebox.class
- Location: external
- getCanCopy() : boolean
- Synchronized
- Can a disc be copied?
- Source: mfr_jukebox
- getCanPlay() : boolean
- Synchronized
- Can a disc be played?
- Source: mfr_jukebox
- play()
- Synchronized
- Play record
- Source: mfr_jukebox
- stop()
- Synchronized
- Stop record
- Source: mfr_jukebox
- copy()
- Synchronized
- Copy record
- Source: mfr_jukebox
- mfr_anvil
- An Adapter
- Target class: powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoAnvil
- Source class: openperipheral.integration.minefactoryreloaded.AdapterAutoAnvil
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterAutoAnvil.class
- Location: external
- setRepairOnly(repair)
- Synchronized
- Set the value of repair only toggle
- Source: mfr_anvil
- Arguments:
- repair (boolean)
- getRepairOnly() : boolean
- Synchronized
- Get value of repair only toggle
- Source: mfr_anvil
- ic2_heat_source
- An Adapter
- Target class: ic2.api.energy.tile.IHeatSource
- Source class: openperipheral.integration.ic2.AdapterHeatSource
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterHeatSource.class
- Location: external
- getMaxKineticEnergy(side) : number
- Synchronized
- Source: ic2_heat_source
- Arguments:
- side (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- railcraft_firebox
- An Adapter
- Target class: mods.railcraft.common.blocks.machine.beta.TileBoilerFirebox
- Source class: openperipheral.integration.railcraft.AdapterTileBoilerFirebox
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/railcraft/AdapterTileBoilerFirebox.class
- Location: external
- getTemperature() : number
- Synchronized
- Get the temperature of the boiler
- Source: railcraft_firebox
- isBurning() : boolean
- Synchronized
- Get whether the boiler is active or not
- Source: railcraft_firebox
- mfr_spawner
- An Adapter
- Target class: powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoSpawner
- Source class: openperipheral.integration.minefactoryreloaded.AdapterAutoSpawner
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterAutoSpawner.class
- Location: external
- getSpawnExact() : boolean
- Synchronized
- Get value of spawn exact copy toggle
- Source: mfr_spawner
- setSpawnExact(spawnExact)
- Synchronized
- Set the value of spawn exact copy
- Source: mfr_spawner
- Arguments:
- spawnExact (boolean)
- cofh_ender_energy
- An Adapter
- Target class: cofh.api.transport.IEnderEnergyHandler
- Source class: openperipheral.integration.cofh.transport.AdapterEnderEnergyAttuned
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/transport/AdapterEnderEnergyAttuned.class
- Location: external
- getChannelName() : string
- Synchronized
- Get the channel name of the machine.
- Source: cofh_ender_energy
- getFrequency() : number
- Synchronized
- Get the active frequency of the machine.
- Source: cofh_ender_energy
- setFrequency(frequency) : boolean
- Synchronized
- set the active frequency of the machine.
- Source: cofh_ender_energy
- Arguments:
- frequency (number) : the frequency you want to set to.
- clearFrequency() : boolean
- Synchronized
- Clean the active frequency of the machine.
- Source: cofh_ender_energy
- canSendEnergy() : boolean
- Synchronized
- Can the machine output energy via the ender net.
- Source: cofh_ender_energy
- canReceiveEnergy() : boolean
- Synchronized
- Can the machine input energy via the ender net.
- Source: cofh_ender_energy
- fluid_handler
- An Adapter
- Target class: net.minecraftforge.fluids.IFluidHandler
- Source class: openperipheral.integration.vanilla.AdapterFluidHandler
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterFluidHandler.class
- Location: external
- getTankInfo(direction?) : table
- Synchronized
- A table of tanks will be returned, each with a table of information
- Source: fluid_handler
- Arguments:
- direction (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The internal direction of the tank. If you're not sure, use 'unknown' (north, south, east, west, up, down or unknown)
- thaumcraft_ear
- An Adapter
- Target class: thaumcraft.common.tiles.TileSensor
- Source class: openperipheral.integration.thaumcraft.AdapterArcaneEar
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterArcaneEar.class
- Location: external
- getTone() : number
- Gets the tone the Ear is set to
- Source: thaumcraft_ear
- setTone(tone)
- Sets the tone on the ear
- Source: thaumcraft_ear
- Arguments:
- tone (number) : Tone to set
- getNote() : number
- Gets the note the Ear is set to
- Source: thaumcraft_ear
- setNote(note)
- Sets the note on the ear
- Source: thaumcraft_ear
- Arguments:
- note (number) : Note to set
- thaumcraft_ear
- An Adapter
- Target class: thaumcraft.common.tiles.TileSensor
- Source class: openperipheral.integration.thaumcraft.AdapterArcaneEar
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterArcaneEar.class
- Location: external
- getTone() : number
- Gets the tone the Ear is set to
- Source: thaumcraft_ear
- setTone(tone)
- Sets the tone on the ear
- Source: thaumcraft_ear
- Arguments:
- tone (number) : Tone to set
- getNote() : number
- Gets the note the Ear is set to
- Source: thaumcraft_ear
- setNote(note)
- Sets the note on the ear
- Source: thaumcraft_ear
- Arguments:
- note (number) : Note to set
- buildcraft_pipe
- An Adapter
- Target class: buildcraft.api.transport.IPipeTile
- Source class: openperipheral.integration.buildcraft.AdapterPipe
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/buildcraft/AdapterPipe.class
- Location: external
- getPipeType() : string
- Synchronized
- Get type of pipe
- Source: buildcraft_pipe
- isPipeConnected(side) : boolean
- Synchronized
- Get type of pipe
- Source: buildcraft_pipe
- Arguments:
- side (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- hasGate(side) : boolean
- Synchronized
- Checks if this pipe has a gate
- Source: buildcraft_pipe
- Arguments:
- side (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- isWired(wire) : boolean
- Synchronized
- Checks if a wire is on the pipe
- Source: buildcraft_pipe
- Arguments:
- wire (string{RED,BLUE,GREEN,YELLOW}) : The colour of the wire
- isWireActive(wire) : boolean
- Synchronized
- Checks if a wire on the pipe is active
- Source: buildcraft_pipe
- Arguments:
- wire (string{RED,BLUE,GREEN,YELLOW}) : The colour of the wire
- eu_conductor
- An Adapter
- Target class: ic2.api.energy.tile.IEnergyConductor
- Source class: openperipheral.integration.ic2.AdapterEnergyConductor
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterEnergyConductor.class
- Location: external
- getEUConductionLoss() : number
- Get the EU conduction loss
- Source: eu_conductor
- getEUConductorBreakdownEnergy() : number
- Get the EU conductor breakdown energy
- Source: eu_conductor
- getEUInsulationBreakdownEnergy() : number
- Get the EU insulation breakdown energy
- Source: eu_conductor
- getEUInsulationEnergyAbsorption() : number
- Get the EU insulation energy absorption
- Source: eu_conductor
- skull
- An Adapter
- Target class: net.minecraft.tileentity.TileEntitySkull
- Source class: openperipheral.integration.vanilla.AdapterSkull
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterSkull.class
- Location: external
- getPlayer() : (string,string)
- Synchronized
- Source: skull
- getType() : string
- Synchronized
- Source: skull
- eu_source
- An Adapter
- Target class: ic2.api.energy.tile.IEnergySource
- Source class: openperipheral.integration.ic2.AdapterEnergySource
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterEnergySource.class
- Location: external
- getEUSourceTier() : number
- Determine the tier of this energy source (1 = LV, 2 = MV, 3 = HV, 4 = EV)
- Source: eu_source
- getOfferedEnergy() : number
- Get the EU output
- Source: eu_source
- cofh_redstone
- An Adapter
- Target class: cofh.api.tileentity.IRedstoneControl
- Source class: openperipheral.integration.cofh.tileentity.AdapterRedstoneControl
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/tileentity/AdapterRedstoneControl.class
- Location: external
- setRedstoneControl(control)
- Synchronized
- Source: cofh_redstone
- Arguments:
- control (string{DISABLED,LOW,HIGH})
- getRedstoneControl() : string
- Synchronized
- Source: cofh_redstone
- vanilla_player
- An Adapter
- Target class: net.minecraft.block.BlockJukebox$TileEntityJukebox
- Source class: openperipheral.integration.vanilla.AdapterRecordPlayer
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterRecordPlayer.class
- Location: external
- getRecord() : table
- Synchronized
- Get the record currently being played
- Source: vanilla_player
- me_storage
- An Adapter
- Target class: appeng.api.implementations.tiles.IChestOrDrive
- Source class: openperipheral.integration.appeng.AdapterStorage
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/appeng/AdapterStorage.class
- Location: external
- getCellCount() : number
- Synchronized
- Source: me_storage
- getCellStatus(slot) : (number,string)
- Synchronized
- Source: me_storage
- Arguments:
- slot (number)
- thaumcraft_jar
- An Adapter
- Target class: thaumcraft.common.tiles.TileJarFillable
- Source class: openperipheral.integration.thaumcraft.AdapterJar
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterJar.class
- Location: external
- getAspectFilter() : table
- Get the aspect filtered by this block block
- Source: thaumcraft_jar
- getAspects() : table
- Get the Aspects stored in the block
- Source: thaumcraft_jar
- thaumcraft_jar
- An Adapter
- Target class: thaumcraft.common.tiles.TileJarFillable
- Source class: openperipheral.integration.thaumcraft.AdapterJar
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterJar.class
- Location: external
- getAspectFilter() : table
- Get the aspect filtered by this block block
- Source: thaumcraft_jar
- getAspects() : table
- Get the Aspects stored in the block
- Source: thaumcraft_jar
- thaumcraft_essentia_transport
- An Adapter
- Target class: thaumcraft.api.aspects.IEssentiaTransport
- Source class: openperipheral.integration.thaumcraft.AdapterEssentiaTransport
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterEssentiaTransport.class
- Location: external
- getEssentiaType(direction) : string
- Returns the type of essentia in the tube
- Source: thaumcraft_essentia_transport
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : Direction suction coming from
- getEssentiaAmount(direction) : number
- Returns the amount of essentia in the tube
- Source: thaumcraft_essentia_transport
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : Direction suction coming from
- getSuctionAmount(direction) : number
- Returns the amount of suction in the tube
- Source: thaumcraft_essentia_transport
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : Direction suction coming from
- getSuctionType(direction) : string
- Returns the type of essentia wished in the tube
- Source: thaumcraft_essentia_transport
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : Direction suction coming from
- inventory-world
- An Adapter
- Target class: net.minecraft.inventory.IInventory
- Source class: openperipheral.integration.vanilla.AdapterWorldInventory
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterWorldInventory.class
- Location: external
- pullItem(direction,slot,maxAmount?,intoSlot?) : number
- pullItemIntoSlot(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the OTHER inventory that you're pulling from
- maxAmount (optional number) : The maximum amount of items you want to pull
- intoSlot (optional number) : The slot in the current inventory that you want to pull into
- pushItem(direction,slot,maxAmount?,intoSlot?) : number
- pushItemIntoSlot(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Push an item from the current inventory into slot on the other one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the current inventory that you're pushing from
- maxAmount (optional number) : The maximum amount of items you want to push
- intoSlot (optional number) : The slot in the other inventory that you want to push into
- inventory
- An Adapter
- Target class: net.minecraft.inventory.IInventory
- Source class: openperipheral.integration.vanilla.AdapterInventory
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterInventory.class
- Location: external
- condenseItems()
- Synchronized
- Condense and tidy the stacks in an inventory
- Source: inventory
- swapStacks(from,to,fromDirection?,fromDirection?)
- Synchronized
- Swap two slots in the inventory
- Source: inventory
- Arguments:
- from (number) : The first slot
- to (number) : The other slot
- fromDirection (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- fromDirection (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- getAllStacks(proxy?) : table
- Get a table with all the items of the chest
- Source: inventory
- Arguments:
- proxy (optional boolean) : If false, method will compute whole table, instead of returning proxy
- destroyStack(slotNumber)
- Synchronized
- Destroy a stack
- Source: inventory
- Arguments:
- slotNumber (number) : The slot number
- expandStack(stack) : table
- Get full stack information from id and/or damage
- Source: inventory
- Arguments:
- stack ({id:string,dmg:number?,qty:number?,...})
- getInventoryName() : string
- Get the name of this inventory
- Source: inventory
- getInventorySize() : number
- Get the size of this inventory
- Source: inventory
- getStackInSlot(slotNumber,proxy?) : object
- Get details of an item in a particular slot
- Source: inventory
- Arguments:
- slotNumber (number) : Slot number
- proxy (optional boolean) : If true, method will return proxy instead of computing whole table
- ic2_kinetic_source
- An Adapter
- Target class: ic2.api.energy.tile.IKineticSource
- Source class: openperipheral.integration.ic2.AdapterKineticSource
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterKineticSource.class
- Location: external
- getMaxKineticEnergy(side) : number
- Synchronized
- Source: ic2_kinetic_source
- Arguments:
- side (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- vanilla_spawner
- An Adapter
- Target class: net.minecraft.tileentity.TileEntityMobSpawner
- Source class: openperipheral.integration.vanilla.AdapterMobSpawner
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterMobSpawner.class
- Location: external
- getSpawningMobName() : string
- Synchronized
- The name of the mob that spawns from the spawner
- Source: vanilla_spawner
- mfr_ejector
- An Adapter
- Target class: powercrystals.minefactoryreloaded.tile.machine.TileEntityEjector
- Source class: openperipheral.integration.minefactoryreloaded.AdapterEjector
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterEjector.class
- Location: external
- getIsWhitelist() : boolean
- Synchronized
- Is whitelist enabled?
- Source: mfr_ejector
- setIsWhitelist(isWhitelist)
- Synchronized
- Set the value of whitelist toggle
- Source: mfr_ejector
- Arguments:
- isWhitelist (boolean)
- getMatchNBT() : boolean
- Synchronized
- Is NBT Match enabled?
- Source: mfr_ejector
- setMatchNBT(matchNBT)
- Synchronized
- Set the value of NBT Match toggle
- Source: mfr_ejector
- Arguments:
- matchNBT (boolean)
- getMatchMeta() : boolean
- Synchronized
- Is Match Meta enabled?
- Source: mfr_ejector
- setMatchMeta(matchMeta)
- Synchronized
- Set the value of Match Damage toggle
- Source: mfr_ejector
- Arguments:
- matchMeta (boolean)
- thaumcraft_aspect_container
- An Adapter
- Target class: thaumcraft.api.aspects.IAspectContainer
- Source class: openperipheral.integration.thaumcraft.AdapterAspectContainer
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterAspectContainer.class
- Location: external
- getAspectCount(aspect) : number
- Get amount of specific aspect stored in this block
- Source: thaumcraft_aspect_container
- Arguments:
- aspect (string) : Aspect to be checked
- getAspectsSum() : table
- Get the map of aspects stored in the block (summed, if there are multiple entries)
- Source: thaumcraft_aspect_container
- getAspects() : table
- Get the Aspects stored in the block
- Source: thaumcraft_aspect_container
- vanilla_note
- An Adapter
- Target class: net.minecraft.tileentity.TileEntityNote
- Source class: openperipheral.integration.vanilla.AdapterNoteBlock
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterNoteBlock.class
- Location: external
- incrementPitch()
- Synchronized
- Increment the pitch of the noteblock
- Source: vanilla_note
- triggerNote()
- Synchronized
- Play the current note on the noteblock
- Source: vanilla_note
- setPitch(note)
- Synchronized
- Set the note on the noteblock
- Source: vanilla_note
- Arguments:
- note (number) : The note you want. From 0 to 25
- playSound(sound,pitch,volume,x?,y?,z?)
- Synchronized
- Plays a minecraft sound
- Source: vanilla_note
- Arguments:
- sound (string) : The identifier for the sound
- pitch (number) : The pitch from 0 to 1
- volume (number) : The volume from 0 to 1
- x (optional number) : X coordinate od sound (relative to block)
- y (optional number) : Y coordinate of sound (relative to block)
- z (optional number) : Z coordinate of sound (relative to block)
- getNote() : number
- Synchronized
- Get the note currently set on this noteblock
- Source: vanilla_note
- thaumcraf_bore
- An Adapter
- Target class: thaumcraft.common.tiles.TileArcaneBore
- Source class: openperipheral.integration.thaumcraft.AdapterArcaneBore
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterArcaneBore.class
- Location: external
- getFortune() : number
- Gets the fortune level the Bore is mining with
- Source: thaumcraf_bore
- isPickaxeBroken() : boolean
- Is the pick broken?
- Source: thaumcraf_bore
- hasNativeClusters() : boolean
- Does the bore mine native clusters as well as normal ores
- Source: thaumcraf_bore
- hasSilkTouch() : boolean
- Does the Bore mine with silk touch
- Source: thaumcraf_bore
- hasPickaxe() : boolean
- Does the arcane bore have a pickaxe.
- Source: thaumcraf_bore
- isWorking() : boolean
- Synchronized
- Is the Arcane bore active?
- Source: thaumcraf_bore
- getSpeed() : number
- Gets the speed of the bore
- Source: thaumcraf_bore
- hasFocus() : boolean
- Does the arcane bore have a focus.
- Source: thaumcraf_bore
- getRadius() : number
- Gets the radius of the bore's effects
- Source: thaumcraf_bore
- thaumcraf_bore
- An Adapter
- Target class: thaumcraft.common.tiles.TileArcaneBore
- Source class: openperipheral.integration.thaumcraft.AdapterArcaneBore
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterArcaneBore.class
- Location: external
- getFortune() : number
- Gets the fortune level the Bore is mining with
- Source: thaumcraf_bore
- isPickaxeBroken() : boolean
- Is the pick broken?
- Source: thaumcraf_bore
- hasNativeClusters() : boolean
- Does the bore mine native clusters as well as normal ores
- Source: thaumcraf_bore
- hasSilkTouch() : boolean
- Does the Bore mine with silk touch
- Source: thaumcraf_bore
- hasPickaxe() : boolean
- Does the arcane bore have a pickaxe.
- Source: thaumcraf_bore
- isWorking() : boolean
- Synchronized
- Is the Arcane bore active?
- Source: thaumcraf_bore
- getSpeed() : number
- Gets the speed of the bore
- Source: thaumcraf_bore
- hasFocus() : boolean
- Does the arcane bore have a focus.
- Source: thaumcraf_bore
- getRadius() : number
- Gets the radius of the bore's effects
- Source: thaumcraf_bore
- openblocks_donation
- An Adapter
- Target class: openblocks.common.tileentity.TileEntityDonationStation
- Source class: openblocks.integration.AdapterDonationStation
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenBlocks-1.7.10-1.4.4.jar!/openblocks/integration/AdapterDonationStation.class
- Location: external
- getItemAuthor() : (string,table)
- Synchronized
- Find the mod name and mod authors
- Source: openblocks_donation
- me_interface
- An Adapter
- Target class: appeng.tile.misc.TileInterface
- Source class: openperipheral.integration.appeng.AdapterInterface
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/appeng/AdapterInterface.class
- Location: external
- exportItem(fingerprint,direction,maxAmount?,intoSlot?) : table
- Synchronized
- Exports the specified item into the target inventory.
- Source: me_interface
- Arguments:
- fingerprint ({id:string,dmg:number?,nbt_hash:string?}) : Details of the item you want to export (can be result of .getStackInSlot() or .getAvailableItems())
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : Location of target inventory
- maxAmount (optional number) : The maximum amount of items you want to export
- intoSlot (optional number) : The slot in the other inventory that you want to export into
- requestCrafting(fingerprint,qty?,cpu?)
- Synchronized
- Requests the specified item to get crafted.
- Source: me_interface
- Arguments:
- fingerprint ({id:string,dmg:number?,nbt_hash:string?}) : Details of the item you want to craft. Can be found with .getStackInSlot on inventory and .getAvailableItems on AE network
- qty (optional number) : The quantity of items you want to craft
- cpu (optional string) : The name of the CPU you want to use
- canExport(direction) : boolean
- Synchronized
- Returns true when the interface can export to side.
- Source: me_interface
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : Location of target inventory
- mystcraft_desk
- An Adapter
- Target class: com.xcompwiz.mystcraft.tileentity.TileEntityDesk
- Source class: openperipheral.integration.mystcraft.v2.AdapterWritingDesk
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/mystcraft/v2/AdapterWritingDesk.class
- Location: external
- writeSymbol(deskSlot,notebookSlot)
- Synchronized
- Create a symbol page from the target symbol
- Source: mystcraft_desk
- Arguments:
- deskSlot (number)
- notebookSlot (number) : The source symbol to copy
- getMaxNotebookCount() : number
- Synchronized
- Get the maximum number of notebooks this desk can store
- Source: mystcraft_desk
- getNotebook(slot) : object
- Synchronized
- Get notebook wrapper
- Source: mystcraft_desk
- Arguments:
- slot (number) : The writing desk slot you are interested in
- pushNotebookPage(deskSlot,direction,fromSlot,intoSlot?) : number
- Synchronized
- Push a page from the notebook into a specific slot in external inventory. Returns the amount of items moved
- Source: mystcraft_desk
- Arguments:
- deskSlot (number)
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory. (north, south, east, west, up or down)
- fromSlot (number) : The page slot in inventory that you're pushing from
- intoSlot (optional number) : The slot in the other inventory that you want to push into
- pullNotebookPage(deskSlot,direction,fromSlot) : boolean
- Synchronized
- Pull an item from the target inventory into any slot in the current one. Returns true if item was consumed
- Source: mystcraft_desk
- Arguments:
- deskSlot (number)
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory)
- fromSlot (number) : The slot in the other inventory that you're pulling from
- forestry_bees
- An Adapter
- Target class: forestry.api.apiculture.IBeeHousing
- Source class: openperipheral.integration.forestry.AdapterBeeHousing
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/forestry/AdapterBeeHousing.class
- Location: external
- getBeeBreedingData() : table
- Get the full breeding list thingy. Experimental!
- Source: forestry_bees
- listAllSpecies() : table
- Synchronized
- Get all known bees mutations
- Source: forestry_bees
- getBeeParents(childType) : table
- Synchronized
- Get the parents for a particular mutation
- Source: forestry_bees
- Arguments:
- childType (string) : The type of bee you want the parents for
- getDrone() : table
- Synchronized
- Get the drone
- Source: forestry_bees
- canBreed() : boolean
- Synchronized
- Can the bees breed?
- Source: forestry_bees
- getQueen() : table
- Synchronized
- Get the queen
- Source: forestry_bees
- ic2_reactor
- An Adapter
- Target class: ic2.api.reactor.IReactor
- Source class: openperipheral.integration.ic2.AdapterReactor
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterReactor.class
- Location: external
- getEUOutput() : number
- Get the EU output of this reactor
- Source: ic2_reactor
- getHeat() : number
- Get the heat of the reactor
- Source: ic2_reactor
- getMaxHeat() : number
- Get the maximum heat of the reactor before it explodes
- Source: ic2_reactor
- isActive() : boolean
- Returns true if the reactor is active
- Source: ic2_reactor
- vanilla_comparator
- An Adapter
- Target class: net.minecraft.tileentity.TileEntityComparator
- Source class: openperipheral.integration.vanilla.AdapterComparator
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterComparator.class
- Location: external
- getOutputSignal() : number
- Synchronized
- Get the strength of the output signal
- Source: vanilla_comparator
- ic2_machine
- An Adapter
- Target class: ic2.core.block.machine.tileentity.TileEntityElectricMachine
- Source class: openperipheral.integration.ic2.AdapterElecticMachine
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterElecticMachine.class
- Location: external
- getProgress() : number
- Get the current progress as a percentage
- Source: ic2_machine
- openblocks_projector
- An Adapter
- Target class: openblocks.common.tileentity.TileEntityProjector
- Source class: openblocks.integration.AdapterProjector
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenBlocks-1.7.10-1.4.4.jar!/openblocks/integration/AdapterProjector.class
- Location: external
- getMapInfo() : table
- Synchronized
- Get current map info
- Source: openblocks_projector
- setMapInfo(properties)
- Synchronized
- Set current map info
- Source: openblocks_projector
- Arguments:
- properties (table) : Map of properties
- getMapId() : number
- Synchronized
- Get current map id
- Source: openblocks_projector
- setPoint(row,column,layer,height,color)
- Get height and color of point on map
- Source: openblocks_projector
- Arguments:
- row (number) : Map row (0..63)
- column (number) : Map column (0..63)
- layer (number) : Map layer
- height (number) : Point height
- color (number) : Point color
- clearMap()
- Synchronized
- Clear map
- Source: openblocks_projector
- clearLayer(layer)
- Synchronized
- Clear single layer
- Source: openblocks_projector
- Arguments:
- layer (number) : Map layer
- appendLayer()
- Synchronized
- Append layer
- Source: openblocks_projector
- getPoint(row,column,layer) : (number,number)
- Get height and color of point on map
- Source: openblocks_projector
- Arguments:
- row (number) : Map row (0..63)
- column (number) : Map column (0..63)
- layer (number) : Map layer
- getRotation() : number
- Synchronized
- Get displayed map rotation
- Source: openblocks_projector
- rotate(delta)
- Synchronized
- Rotate displayed map rotation
- Source: openblocks_projector
- Arguments:
- delta (number) : Rotation delta (positive - CW, negative - CCW)
- mfr_disenchanter
- An Adapter
- Target class: powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoDisenchanter
- Source class: openperipheral.integration.minefactoryreloaded.AdapterAutoDisenchanter
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterAutoDisenchanter.class
- Location: external
- getRepeat() : boolean
- Synchronized
- Get value of repeat disenchant toggle
- Source: mfr_disenchanter
- setRepeat(repeat)
- Synchronized
- Set the value of repeat disenchant toggle
- Source: mfr_disenchanter
- Arguments:
- repeat (boolean)
- cofh_sides
- An Adapter
- Target class: cofh.api.tileentity.IReconfigurableSides
- Source class: openperipheral.integration.cofh.tileentity.AdapterReconfigurableSides
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/tileentity/AdapterReconfigurableSides.class
- Location: external
- decrSide(side) : boolean
- Synchronized
- Decrement the config for a given side. Returns true if config was changed
- Source: cofh_sides
- Arguments:
- side (number)
- getNumConfig(side) : number
- Synchronized
- Returns the number of possible config settings for a given side
- Source: cofh_sides
- Arguments:
- side (number)
- incrSide(side) : boolean
- Synchronized
- Increment the config for a given side. Returns true if config was changed
- Source: cofh_sides
- Arguments:
- side (number)
- resetSides() : boolean
- Synchronized
- Reset configs on all sides to their base values. Returns true if reset was successful
- Source: cofh_sides
- setSide(side,config) : boolean
- Synchronized
- Set the config for a given side. Returns true if config was changed
- Source: cofh_sides
- Arguments:
- side (number)
- config (number)
- eu_sink
- An Adapter
- Target class: ic2.api.energy.tile.IEnergySink
- Source class: openperipheral.integration.ic2.AdapterEnergySink
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterEnergySink.class
- Location: external
- getEUSinkTier() : number
- Determine the tier of this energy sink (1 = LV, 2 = MV, 3 = HV, 4 = EV)
- Source: eu_sink
- getDemandedEnergy() : number
- Get the maximum safe EU input
- Source: eu_sink
- tmechworks_drawbridge
- An Adapter
- Target class: tmechworks.lib.blocks.IDrawbridgeLogicBase
- Source class: openperipheral.integration.tmechworks.AdapterDrawbridgeLogicBase
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/tmechworks/AdapterDrawbridgeLogicBase.class
- Location: external
- hasExtended() : boolean
- Checks if the drawbridge is extended or not
- Source: tmechworks_drawbridge
- railcraft_turbine
- An Adapter
- Target class: mods.railcraft.common.blocks.machine.alpha.TileSteamTurbine
- Source class: openperipheral.integration.railcraft.AdapterTileSteamTurbine
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/railcraft/AdapterTileSteamTurbine.class
- Location: external
- getTurbineOutput() : number
- Synchronized
- Get power output percentage
- Source: railcraft_turbine
- getTurbineRotorStatus() : number
- Synchronized
- Get the undamagedness of the rotor, from 0% (dead) to 100% (brand new)
- Source: railcraft_turbine
- mfr_chunk_loader
- An Adapter
- Target class: powercrystals.minefactoryreloaded.tile.machine.TileEntityChunkLoader
- Source class: openperipheral.integration.minefactoryreloaded.AdapterChunkLoader
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterChunkLoader.class
- Location: external
- setRadius(radius)
- Synchronized
- Set chunk loader radius
- Source: mfr_chunk_loader
- Arguments:
- radius (number)
- getRadius() : number
- Synchronized
- Get chunk loader radius
- Source: mfr_chunk_loader
- thaumcraft_node
- An Adapter
- Target class: thaumcraft.api.nodes.INode
- Source class: openperipheral.integration.thaumcraft.AdapterNode
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterNode.class
- Location: external
- getNodeModifier() : string
- Get the modifier of the node
- Source: thaumcraft_node
- getNodeType() : string
- Get the type of the node
- Source: thaumcraft_node
- vanilla_beacon
- An Adapter
- Target class: net.minecraft.tileentity.TileEntityBeacon
- Source class: openperipheral.integration.vanilla.AdapterBeacon
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterBeacon.class
- Location: external
- getPrimaryEffect() : string
- Synchronized
- Get the primary effect of the beacon
- Source: vanilla_beacon
- getSecondaryEffect() : string
- Synchronized
- Get the secondary effect of the beacon
- Source: vanilla_beacon
- getLevels() : number
- Synchronized
- Get the height of the beacon's pyramid
- Source: vanilla_beacon
- thaumcraft_brain
- An Adapter
- Target class: thaumcraft.common.tiles.TileJarBrain
- Source class: openperipheral.integration.thaumcraft.AdapterBrainJar
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterBrainJar.class
- Location: external
- getXP() : number
- Returns the amount of XP stored in the Brain in a Jar
- Source: thaumcraft_brain
- thaumcraft_brain
- An Adapter
- Target class: thaumcraft.common.tiles.TileJarBrain
- Source class: openperipheral.integration.thaumcraft.AdapterBrainJar
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterBrainJar.class
- Location: external
- getXP() : number
- Returns the amount of XP stored in the Brain in a Jar
- Source: thaumcraft_brain
- mfr_enchanter
- An Adapter
- Target class: powercrystals.minefactoryreloaded.tile.machine.TileEntityAutoEnchanter
- Source class: openperipheral.integration.minefactoryreloaded.AdapterAutoEnchanter
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterAutoEnchanter.class
- Location: external
- getTargetLevel() : number
- Synchronized
- Get target level of enchantment
- Source: mfr_enchanter
- setTargetLevel(level)
- Synchronized
- Set the target level of enchantment (1-30)
- Source: mfr_enchanter
- Arguments:
- level (number)
- ender_item
- An Adapter
- Target class: cofh.api.transport.IEnderItemHandler
- Source class: openperipheral.integration.cofh.transport.AdapterEnderItemAttuned
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/transport/AdapterEnderItemAttuned.class
- Location: external
- getChannelName() : string
- Synchronized
- Get the channel name of the machine.
- Source: ender_item
- getFrequency() : number
- Synchronized
- Get the active frequency of the machine.
- Source: ender_item
- canReceiveItems() : boolean
- Synchronized
- Can the machine input items via the ender net.
- Source: ender_item
- setFrequency(frequency) : boolean
- Synchronized
- set the active frequency of the machine.
- Source: ender_item
- Arguments:
- frequency (number) : the frequency you want to set to.
- clearFrequency() : boolean
- Synchronized
- Clean the active frequency of the machine.
- Source: ender_item
- canSendItems() : boolean
- Synchronized
- Can the machine output items via the ender net.
- Source: ender_item
- fluid_tank
- An Adapter
- Target class: net.minecraftforge.fluids.IFluidTank
- Source class: openperipheral.integration.vanilla.AdapterFluidTank
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterFluidTank.class
- Location: external
- getInfo() : table
- Synchronized
- Returns info containing the capacity of the tank and the FluidStack it holds.
- Source: fluid_tank
- ender_frequency
- An Adapter
- Target class: codechicken.enderstorage.common.TileFrequencyOwner
- Source class: openperipheral.integration.enderstorage.AdapterFrequencyOwner
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/enderstorage/AdapterFrequencyOwner.class
- Location: external
- getFrequency() : number
- Get the frequency of this chest or tank
- Source: ender_frequency
- setFrequency(frequency)
- Synchronized
- Set the frequency of this chest or tank
- Source: ender_frequency
- Arguments:
- frequency (number) : A single number that represents all three colours on this chest or tank
- getColorNames() : (string,string,string)
- Get the colours active on this chest or tank
- Source: ender_frequency
- setColorNames(color_left,color_middle,color_right)
- Synchronized
- Set the frequency of this chest or tank
- Source: ender_frequency
- Arguments:
- color_left (string)
- color_middle (string)
- color_right (string)
- setColors(color_left,color_middle,color_right)
- setColours(color_left,color_middle,color_right)
- Synchronized
- Set the frequency of this chest or tank
- Source: ender_frequency
- Arguments:
- color_left (number) : The first color
- color_middle (number) : The second color
- color_right (number) : The third color
- getColors() : (number,number,number)
- getColours() : (number,number,number)
- Get the colours active on this chest or tank
- Source: ender_frequency
- thaumcraft_deconstructor
- An Adapter
- Target class: thaumcraft.common.tiles.TileDeconstructionTable
- Source class: openperipheral.integration.thaumcraft.AdapterDeconstructor
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterDeconstructor.class
- Location: external
- hasAspect() : boolean
- Does the Table have an aspect in it
- Source: thaumcraft_deconstructor
- getAspect() : string
- What aspect does the Table contain
- Source: thaumcraft_deconstructor
- hasItem() : boolean
- Has the Table any items
- Source: thaumcraft_deconstructor
- thaumcraft_deconstructor
- An Adapter
- Target class: thaumcraft.common.tiles.TileDeconstructionTable
- Source class: openperipheral.integration.thaumcraft.AdapterDeconstructor
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/thaumcraft/AdapterDeconstructor.class
- Location: external
- hasAspect() : boolean
- Does the Table have an aspect in it
- Source: thaumcraft_deconstructor
- getAspect() : string
- What aspect does the Table contain
- Source: thaumcraft_deconstructor
- hasItem() : boolean
- Has the Table any items
- Source: thaumcraft_deconstructor
- ic2_chamber
- An Adapter
- Target class: ic2.api.reactor.IReactorChamber
- Source class: openperipheral.integration.ic2.AdapterReactorChamber
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/ic2/AdapterReactorChamber.class
- Location: external
- getEUOutput() : number
- Get the EU output of this reactor
- Source: ic2_chamber
- getHeat() : number
- Get the heat of the reactor
- Source: ic2_chamber
- getMaxHeat() : number
- Get the maximum heat of the reactor before it explodes
- Source: ic2_chamber
- isValid() : boolean
- Check if reactor is in valid state
- Source: ic2_chamber
- isActive() : boolean
- Returns true if the reactor is active
- Source: ic2_chamber
- mfr_chronotyper
- An Adapter
- Target class: powercrystals.minefactoryreloaded.tile.machine.TileEntityChronotyper
- Source class: openperipheral.integration.minefactoryreloaded.AdapterChronotyper
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterChronotyper.class
- Location: external
- getMoveAdults() : boolean
- Synchronized
- Should adults be moved?
- Source: mfr_chronotyper
- setMoveAdults(adults)
- Synchronized
- Set wheather adults should be moved
- Source: mfr_chronotyper
- Arguments:
- adults (boolean)
- cofh_inventory
- An Adapter
- Target class: cofh.api.inventory.IInventoryHandler
- Source class: openperipheral.integration.cofh.inventory.AdapterInventoryHandler
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/inventory/AdapterInventoryHandler.class
- Location: external
- getInventoryContents(from) : table
- Synchronized
- Get the contents of the IInventoryHandler's inventory
- Source: cofh_inventory
- Arguments:
- from (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- mfr-deep-storage
- An Adapter
- Target class: powercrystals.minefactoryreloaded.api.IDeepStorageUnit
- Source class: openperipheral.integration.minefactoryreloaded.AdapterDeepStorage
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/minefactoryreloaded/AdapterDeepStorage.class
- Location: external
- getStoredItems() : table
- Synchronized
- Source: mfr-deep-storage
- getMaxStoredItems() : number
- Synchronized
- Source: mfr-deep-storage
- vanilla_brewing
- An Adapter
- Target class: net.minecraft.tileentity.TileEntityBrewingStand
- Source class: openperipheral.integration.vanilla.AdapterBrewingStand
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/vanilla/AdapterBrewingStand.class
- Location: external
- getBrewTime() : number
- Synchronized
- Source: vanilla_brewing
- cofh_secure
- An Adapter
- Target class: cofh.api.tileentity.ISecurable
- Source class: openperipheral.integration.cofh.tileentity.AdapterSecureTile
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenPeripheral-1.7.10-AIO-5.jar!/openperipheral/integration/cofh/tileentity/AdapterSecureTile.class
- Location: external
- getOwnerName() : string
- Synchronized
- Gets the owner of the machine.
- Source: cofh_secure
- canPlayerAccess(username) : boolean
- Synchronized
- Is this username allowed to access the machine.
- Source: cofh_secure
- Arguments:
- username (string) : The username to check for
- getAccess() : string
- Synchronized
- Gets the AccessMode of this machine.
- Source: cofh_secure
- openblocks_cannon
- An Adapter
- Target class: openblocks.common.tileentity.TileEntityCannon
- Source class: openblocks.integration.AdapterCannon
- Defined in: jar:file:/home/admalledd/minecraft/dnstech-1.7.10/mods/OpenBlocks-1.7.10-1.4.4.jar!/openblocks/integration/AdapterCannon.class
- Location: external
- setSpeed(speed)
- Synchronized
- Set the speed of the items
- Source: openblocks_cannon
- Arguments:
- speed (number) : Set the speed
- setYaw(yaw)
- Synchronized
- Set the yaw of the cannon
- Source: openblocks_cannon
- Arguments:
- yaw (number) : Set the yaw
- setPitch(pitch)
- Synchronized
- Set the pitch of the cannon
- Source: openblocks_cannon
- Arguments:
- pitch (number) : Set the pitch
- Peripherals:
- aemultipart
- A peripheral of type aemultipart
- TileEntity id: BlockCableBus
- Architecture: ComputerCraft
- Generated for class appeng.parts.layers.LayerIPipeConnection_TileCableBus
- condenseItems()
- Synchronized
- Condense and tidy the stacks in an inventory
- Source: inventory
- destroyStack(slotNumber)
- Synchronized
- Destroy a stack
- Source: inventory
- Arguments:
- slotNumber (number) : The slot number
- doc(method) : string
- Brief description of method
- Source: <meta>
- Arguments:
- method (string)
- expandStack(stack) : table
- Get full stack information from id and/or damage
- Source: inventory
- Arguments:
- stack ({id:string,dmg:number?,qty:number?,...})
- getAdvancedMethodsData(method?) : table
- Get a complete table of information about all available methods
- Source: <meta>
- Arguments:
- method (optional string)
- getAllStacks(proxy?) : table
- Get a table with all the items of the chest
- Source: inventory
- Arguments:
- proxy (optional boolean) : If false, method will compute whole table, instead of returning proxy
- getAvailableItems(details?) : table
- Synchronized
- Get a list of the stored and craftable items in the network.
- Source: me_network
- Arguments:
- details (optional string{NONE,PROXY,ALL}) : Format of stored items details (defalt: none)
- getAvgPowerInjection() : number
- Synchronized
- Get the average power injection into the network
- Source: me_network
- getAvgPowerUsage() : number
- Synchronized
- Get the average power usage of the network.
- Source: me_network
- getCraftingCPUs() : table
- Synchronized
- Get a list of tables representing the available CPUs in the network.
- Source: me_network
- getDemandedEnergy() : number
- Get the maximum safe EU input
- Source: eu_sink
- getEnergyStored(side?) : number
- Synchronized
- Get the energy stored in the machine.
- Source: rf_receiver
- Arguments:
- side (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction you are interested in. (north, south, east, west, up or down)
- getEUSinkTier() : number
- Determine the tier of this energy sink (1 = LV, 2 = MV, 3 = HV, 4 = EV)
- Source: eu_sink
- getEUSourceTier() : number
- Determine the tier of this energy source (1 = LV, 2 = MV, 3 = HV, 4 = EV)
- Source: eu_source
- getIdlePowerUsage() : number
- Synchronized
- Get the idle power usage of the network.
- Source: me_network
- getInventoryName() : string
- Get the name of this inventory
- Source: inventory
- getInventorySize() : number
- Get the size of this inventory
- Source: inventory
- getItemDetail(item,proxy?) : object
- Synchronized
- Retrieves details about the specified item from the ME Network.
- Source: me_network
- Arguments:
- item ({id:string,dmg:number?,nbt_hash:string?}) : Details of the item you are looking for
- proxy (optional boolean) : If false, method will compute whole table, instead of returning proxy
- getMaxEnergyStored(side?) : number
- Synchronized
- Get the max energy stored in the machine.
- Source: rf_receiver
- Arguments:
- side (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction you are interested in. (north, south, east, west, up or down)
- getMaxStoredPower() : number
- Synchronized
- Get the maximum stored power in the network.
- Source: me_network
- getOfferedEnergy() : number
- Get the EU output
- Source: eu_source
- getStackInSlot(slotNumber,proxy?) : object
- Get details of an item in a particular slot
- Source: inventory
- Arguments:
- slotNumber (number) : Slot number
- proxy (optional boolean) : If true, method will return proxy instead of computing whole table
- getStoredPower() : number
- Synchronized
- Get the stored power in the network.
- Source: me_network
- getTankInfo(direction?) : table
- Synchronized
- A table of tanks will be returned, each with a table of information
- Source: fluid_handler
- Arguments:
- direction (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The internal direction of the tank. If you're not sure, use 'unknown' (north, south, east, west, up, down or unknown)
- listMethods(filterSource?) : string
- List all the methods available
- Source: <meta>
- Arguments:
- filterSource (optional string)
- listSources() : table
- List all method sources
- Source: <meta>
- pullItem(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the OTHER inventory that you're pulling from
- maxAmount (optional number) : The maximum amount of items you want to pull
- intoSlot (optional number) : The slot in the current inventory that you want to pull into
- pullItemIntoSlot(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the OTHER inventory that you're pulling from
- maxAmount (optional number) : The maximum amount of items you want to pull
- intoSlot (optional number) : The slot in the current inventory that you want to pull into
- pushItem(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Push an item from the current inventory into slot on the other one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the current inventory that you're pushing from
- maxAmount (optional number) : The maximum amount of items you want to push
- intoSlot (optional number) : The slot in the other inventory that you want to push into
- pushItemIntoSlot(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Push an item from the current inventory into slot on the other one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the current inventory that you're pushing from
- maxAmount (optional number) : The maximum amount of items you want to push
- intoSlot (optional number) : The slot in the other inventory that you want to push into
- swapStacks(from,to,fromDirection?,fromDirection?)
- Synchronized
- Swap two slots in the inventory
- Source: inventory
- Arguments:
- from (number) : The first slot
- to (number) : The other slot
- fromDirection (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- fromDirection (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- tile_blockcapacitorbank_name
- A peripheral of type tile_blockcapacitorbank_name
- TileEntity id: blockCapBankTileEntity
- Architecture: ComputerCraft
- Generated for class crazypants.enderio.machine.capbank.TileCapBank
- condenseItems()
- Synchronized
- Condense and tidy the stacks in an inventory
- Source: inventory
- destroyStack(slotNumber)
- Synchronized
- Destroy a stack
- Source: inventory
- Arguments:
- slotNumber (number) : The slot number
- doc(method) : string
- Brief description of method
- Source: <meta>
- Arguments:
- method (string)
- expandStack(stack) : table
- Get full stack information from id and/or damage
- Source: inventory
- Arguments:
- stack ({id:string,dmg:number?,qty:number?,...})
- getAdvancedMethodsData(method?) : table
- Get a complete table of information about all available methods
- Source: <meta>
- Arguments:
- method (optional string)
- getAllStacks(proxy?) : table
- Get a table with all the items of the chest
- Source: inventory
- Arguments:
- proxy (optional boolean) : If false, method will compute whole table, instead of returning proxy
- getEnergyStored(side?) : number
- Synchronized
- Get the energy stored in the machine.
- Source: rf_provider
- Arguments:
- side (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction you are interested in. (north, south, east, west, up or down)
- getInventoryName() : string
- Get the name of this inventory
- Source: inventory
- getInventorySize() : number
- Get the size of this inventory
- Source: inventory
- getMaxEnergyStored(side?) : number
- Synchronized
- Get the max energy stored in the machine.
- Source: rf_provider
- Arguments:
- side (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction you are interested in. (north, south, east, west, up or down)
- getStackInSlot(slotNumber,proxy?) : object
- Get details of an item in a particular slot
- Source: inventory
- Arguments:
- slotNumber (number) : Slot number
- proxy (optional boolean) : If true, method will return proxy instead of computing whole table
- listMethods(filterSource?) : string
- List all the methods available
- Source: <meta>
- Arguments:
- filterSource (optional string)
- listSources() : table
- List all method sources
- Source: <meta>
- pullItem(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the OTHER inventory that you're pulling from
- maxAmount (optional number) : The maximum amount of items you want to pull
- intoSlot (optional number) : The slot in the current inventory that you want to pull into
- pullItemIntoSlot(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the OTHER inventory that you're pulling from
- maxAmount (optional number) : The maximum amount of items you want to pull
- intoSlot (optional number) : The slot in the current inventory that you want to pull into
- pushItem(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Push an item from the current inventory into slot on the other one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the current inventory that you're pushing from
- maxAmount (optional number) : The maximum amount of items you want to push
- intoSlot (optional number) : The slot in the other inventory that you want to push into
- pushItemIntoSlot(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Push an item from the current inventory into slot on the other one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the current inventory that you're pushing from
- maxAmount (optional number) : The maximum amount of items you want to push
- intoSlot (optional number) : The slot in the other inventory that you want to push into
- swapStacks(from,to,fromDirection?,fromDirection?)
- Synchronized
- Swap two slots in the inventory
- Source: inventory
- Arguments:
- from (number) : The first slot
- to (number) : The other slot
- fromDirection (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- fromDirection (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- tileinterface
- A peripheral of type tileinterface
- TileEntity id: BlockInterface
- Architecture: ComputerCraft
- Generated for class appeng.tile.misc.TileInterface
- canExport(direction) : boolean
- Synchronized
- Returns true when the interface can export to side.
- Source: me_interface
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : Location of target inventory
- condenseItems()
- Synchronized
- Condense and tidy the stacks in an inventory
- Source: inventory
- destroyStack(slotNumber)
- Synchronized
- Destroy a stack
- Source: inventory
- Arguments:
- slotNumber (number) : The slot number
- doc(method) : string
- Brief description of method
- Source: <meta>
- Arguments:
- method (string)
- expandStack(stack) : table
- Get full stack information from id and/or damage
- Source: inventory
- Arguments:
- stack ({id:string,dmg:number?,qty:number?,...})
- exportItem(fingerprint,direction,maxAmount?,intoSlot?) : table
- Synchronized
- Exports the specified item into the target inventory.
- Source: me_interface
- Arguments:
- fingerprint ({id:string,dmg:number?,nbt_hash:string?}) : Details of the item you want to export (can be result of .getStackInSlot() or .getAvailableItems())
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : Location of target inventory
- maxAmount (optional number) : The maximum amount of items you want to export
- intoSlot (optional number) : The slot in the other inventory that you want to export into
- getAdvancedMethodsData(method?) : table
- Get a complete table of information about all available methods
- Source: <meta>
- Arguments:
- method (optional string)
- getAllStacks(proxy?) : table
- Get a table with all the items of the chest
- Source: inventory
- Arguments:
- proxy (optional boolean) : If false, method will compute whole table, instead of returning proxy
- getAvailableItems(details?) : table
- Synchronized
- Get a list of the stored and craftable items in the network.
- Source: me_network
- Arguments:
- details (optional string{NONE,PROXY,ALL}) : Format of stored items details (defalt: none)
- getAvgPowerInjection() : number
- Synchronized
- Get the average power injection into the network
- Source: me_network
- getAvgPowerUsage() : number
- Synchronized
- Get the average power usage of the network.
- Source: me_network
- getCraftingCPUs() : table
- Synchronized
- Get a list of tables representing the available CPUs in the network.
- Source: me_network
- getIdlePowerUsage() : number
- Synchronized
- Get the idle power usage of the network.
- Source: me_network
- getInventoryName() : string
- Get the name of this inventory
- Source: inventory
- getInventorySize() : number
- Get the size of this inventory
- Source: inventory
- getItemDetail(item,proxy?) : object
- Synchronized
- Retrieves details about the specified item from the ME Network.
- Source: me_network
- Arguments:
- item ({id:string,dmg:number?,nbt_hash:string?}) : Details of the item you are looking for
- proxy (optional boolean) : If false, method will compute whole table, instead of returning proxy
- getMaxStoredPower() : number
- Synchronized
- Get the maximum stored power in the network.
- Source: me_network
- getStackInSlot(slotNumber,proxy?) : object
- Get details of an item in a particular slot
- Source: inventory
- Arguments:
- slotNumber (number) : Slot number
- proxy (optional boolean) : If true, method will return proxy instead of computing whole table
- getStoredPower() : number
- Synchronized
- Get the stored power in the network.
- Source: me_network
- listMethods(filterSource?) : string
- List all the methods available
- Source: <meta>
- Arguments:
- filterSource (optional string)
- listSources() : table
- List all method sources
- Source: <meta>
- pullItem(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the OTHER inventory that you're pulling from
- maxAmount (optional number) : The maximum amount of items you want to pull
- intoSlot (optional number) : The slot in the current inventory that you want to pull into
- pullItemIntoSlot(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Pull an item from a slot in another inventory into a slot in this one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the OTHER inventory that you're pulling from
- maxAmount (optional number) : The maximum amount of items you want to pull
- intoSlot (optional number) : The slot in the current inventory that you want to pull into
- pushItem(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Push an item from the current inventory into slot on the other one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the current inventory that you're pushing from
- maxAmount (optional number) : The maximum amount of items you want to push
- intoSlot (optional number) : The slot in the other inventory that you want to push into
- pushItemIntoSlot(direction,slot,maxAmount?,intoSlot?) : number
- Synchronized
- Push an item from the current inventory into slot on the other one. Returns the amount of items moved
- Source: inventory-world
- Arguments:
- direction (string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN}) : The direction of the other inventory
- slot (number) : The slot in the current inventory that you're pushing from
- maxAmount (optional number) : The maximum amount of items you want to push
- intoSlot (optional number) : The slot in the other inventory that you want to push into
- requestCrafting(fingerprint,qty?,cpu?)
- Synchronized
- Requests the specified item to get crafted.
- Source: me_interface
- Arguments:
- fingerprint ({id:string,dmg:number?,nbt_hash:string?}) : Details of the item you want to craft. Can be found with .getStackInSlot on inventory and .getAvailableItems on AE network
- qty (optional number) : The quantity of items you want to craft
- cpu (optional string) : The name of the CPU you want to use
- swapStacks(from,to,fromDirection?,fromDirection?)
- Synchronized
- Swap two slots in the inventory
- Source: inventory
- Arguments:
- from (number) : The first slot
- to (number) : The other slot
- fromDirection (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- fromDirection (optional string{DOWN,UP,NORTH,SOUTH,WEST,EAST,UNKNOWN})
- Scripting Objects:
Add Comment
Please, Sign In to add comment