Package dan200.computercraft.api.turtle
package dan200.computercraft.api.turtle
-
ClassDescriptionA base class for
ITurtleUpgrades.The interface passed to turtle by turtles, providing methods that they can call.The primary interface for defining an update for Turtles.An animation a turtle will play between executing commands.An interface for objects executing custom turtle commands, used withITurtleAccess.executeCommand(TurtleCommand).Used to indicate the result of executing a turtle command.A function called when a turtle attempts to refuel viaturtle.refuel().An enum representing the two sides of the turtle that a turtle upgrade might reside.A builder for custom turtle tool upgrades.Indicates if an equipped turtle item will consume durability.An enum representing the different types of turtle that anITurtleUpgradeimplementation can add to a turtle.An enum representing the different actions that anITurtleUpgradeof type Tool may be called on to perform by a turtle.