Class ComputerComponents
java.lang.Object
dan200.computercraft.api.component.ComputerComponents
The
ComputerComponents provided by ComputerCraft.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComputerComponent<AdminComputer>This component is only present on "command computers", and other computers with admin capabilities.static final ComputerComponent<IPocketAccess>TheIPocketAccessassociated with a pocket computer.static final ComputerComponent<ITurtleAccess>TheITurtleAccessassociated with a turtle. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TURTLE
TheITurtleAccessassociated with a turtle. -
POCKET
TheIPocketAccessassociated with a pocket computer. -
ADMIN_COMPUTER
This component is only present on "command computers", and other computers with admin capabilities.
-
-
Constructor Details
-
ComputerComponents
public ComputerComponents()
-