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 f8b328a048 Move drop consumer code into a separate class
This has always been separate from turtles, so there is no reason to
keep it there.
2018-12-28 12:47:44 +00:00
..
InteractDirection.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
MoveDirection.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurnDirection.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleBrain.java Move API registration into separate classes 2018-12-28 12:40:33 +00:00
TurtleCommandQueueEntry.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleCompareCommand.java Replace WorldUtil methods with builtin alternatives 2018-12-26 10:28:32 +00:00
TurtleCompareToCommand.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleCraftCommand.java Update to 1.11.2 2017-07-25 21:08:51 +01:00
TurtleDetectCommand.java Replace WorldUtil methods with builtin alternatives 2018-12-26 10:28:32 +00:00
TurtleDropCommand.java Add turtle events 2018-02-16 10:33:32 +00:00
TurtleEquipCommand.java Move API registration into separate classes 2018-12-28 12:40:33 +00:00
TurtleInspectCommand.java Replace WorldUtil methods with builtin alternatives 2018-12-26 10:28:32 +00:00
TurtleMoveCommand.java Move API registration into separate classes 2018-12-28 12:40:33 +00:00
TurtlePlaceCommand.java Move drop consumer code into a separate class 2018-12-28 12:47:44 +00:00
TurtlePlayer.java Reformat everything 2018-12-23 17:46:58 +00:00
TurtleRefuelCommand.java Add turtle events 2018-02-16 10:33:32 +00:00
TurtleSuckCommand.java Replace WorldUtil methods with builtin alternatives 2018-12-26 10:28:32 +00:00
TurtleToolCommand.java Remove a couple of redundant commands 2018-12-26 09:21:33 +00:00
TurtleTransferToCommand.java Update to 1.11.2 2017-07-25 21:08:51 +01:00
TurtleTurnCommand.java Replace DirectionUtil methods with builtin equivalents 2018-12-26 09:31:15 +00:00