Package dan200.computercraft.api.turtle
package dan200.computercraft.api.turtle
-
ClassDescriptionA base class for
ITurtleUpgrade
s.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.Indicates if an equipped turtle item will consume durability.A data provider to generate turtle upgrades.A builder for custom turtle tool upgrades.TurtleUpgradeSerialiser<T extends ITurtleUpgrade>Reads aITurtleUpgrade
from disk and reads/writes it to a network packet.An enum representing the different types of turtle that anITurtleUpgrade
implementation can add to a turtle.An enum representing the different actions that anITurtleUpgrade
of type Tool may be called on to perform by a turtle.