Difference between revisions of "Advanced Computer"
(Adding link to its API) |
|||
Line 7: | Line 7: | ||
|peripheral-api=Term (API) | |peripheral-api=Term (API) | ||
}} | }} | ||
− | The Advanced Computer is a [[Computer]] that has mouse support and can use the [[Color_(API)|Color API]] for screen colors. They resemble the traditional computer console, but are golden coloured to match their crafting [[recipes|recipe]]. | + | The Advanced Computer is a [[Computer]] that has mouse support and can use the [[Color_(API)|Color API]] for screen colors. They resemble the traditional computer console, but are golden coloured to match their crafting [[recipes|recipe]]. Computers and Advanced Computers have a [[resolution]] of 51 pixels/characters horizontally by 19 pixels/characters vertically. |
==Recipe== | ==Recipe== | ||
{{Crafting grid | {{Crafting grid |
Revision as of 09:48, 13 September 2014
Advanced Computer | |
Item ID | 4095 |
Damage Value | The ID of the Computer. |
Peripheral? | Yes- Term (API) |
The Advanced Computer is a Computer that has mouse support and can use the Color API for screen colors. They resemble the traditional computer console, but are golden coloured to match their crafting recipe. Computers and Advanced Computers have a resolution of 51 pixels/characters horizontally by 19 pixels/characters vertically.
Recipe
Exclusive Functions
Advanced Computers and Advanced Monitors both have access to color-setting functions in the Term (API). In contrast, the standard Computers and Monitors do not have access to color-setting functions. Advanced Computers are capable of detecting mouse clicks, drags and scrolls, while the standard Computers and Monitors cannot.
Exclusive Programs & APIs
Peripheral Functions
computer stands for the variable you wrapped the computer to. Example: computer = peripheral.wrap( "top" )
Method name | Description |
---|---|
computer.turnOn() | Turns on the Computer or Turtle. |
computer.shutdown() | Shuts off the Computer or Turtle. |
computer.reboot() | Reboots the Computer or Turtle. |
computer.getID() | Gets the ID of the Computer or Turtle. |
ComputerCraft Blocks and Items | |||
Blocks | |||
Computer | Advanced Computer | Command Computer | Disk Drive |
Monitor | Advanced Monitor | Printer | Turtle |
Wireless Modem | Ender Modem | Wired Modem | Networking Cable |
Items | |||
Pocket Computer | Advanced Pocket Computer | Floppy Disk | Printed Page |
Printed Pages | Printed Book |