1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-27 23:53:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared/turtle/core
SquidDev 5d05205d69 Introduce IWorkMonitor into the public API
This effectively acts as a public interface to canExecuteExternal() and
consumeTime(). It's hopefully sufficiently general that we can mess
around with the backend as much as we like in the future.

One thing to note here is that this is based on a polling API, as it's
largely intended for people running work every tick. It would be
possible to adapt this with callbacks for when work is available,
etc..., but that was not needed immediately.

This also removes IComputerOwned, as Plethora no longer needs it.
2019-03-26 11:21:16 +00:00
..
InteractDirection.java Happy new year! 2019-01-01 01:10:18 +00:00
MoveDirection.java Happy new year! 2019-01-01 01:10:18 +00:00
TurnDirection.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleBrain.java Introduce IWorkMonitor into the public API 2019-03-26 11:21:16 +00:00
TurtleCommandQueueEntry.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleCompareCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleCompareToCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleCraftCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleDetectCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleDropCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleEquipCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleInspectCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleMoveCommand.java Make entity in bounds selectors more restrictive 2019-01-03 22:20:50 +00:00
TurtlePlaceCommand.java Utilise @Mod.EventBusSubscriber a little more 2019-01-12 16:27:40 +00:00
TurtlePlayer.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleRefuelCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleSuckCommand.java Make entity in bounds selectors more restrictive 2019-01-03 22:20:50 +00:00
TurtleToolCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleTransferToCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleTurnCommand.java Happy new year! 2019-01-01 01:10:18 +00:00