Package dan200.turtle.api

Interface Summary
ITurtleAccess The interface passed to upgrades by turtles, providing methods that they can call.
ITurtleCommandHandler An interface for objects executing custom turtle commands, used with ITurtleAccess.issueCommand
ITurtleUpgrade The primary interface for defining an upgrade for Turtles.
 

Class Summary
TurtleAPI The static entry point to the ComputerCraft Turtle Upgrade API.
 

Enum Summary
TurtleSide An enum representing the two sides of the turtle that a turtle upgrade might reside.
TurtleUpgradeType An enum representing the two different types of upgrades that an ITurtleUpgrade implementation can add to a turtle.
TurtleVerb An enum representing the two different actions that an ITurtleUpgrade of type Tool may be called on to perform by a turtle.