Class ComputerComponents
java.lang.Object
dan200.computercraft.api.component.ComputerComponents
The
ComputerComponent
s 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> TheIPocketAccess
associated with a pocket computer.static final ComputerComponent
<ITurtleAccess> TheITurtleAccess
associated with a turtle. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TURTLE
TheITurtleAccess
associated with a turtle. -
POCKET
TheIPocketAccess
associated 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()
-