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 031f17c98e Remove a couple of redundant commands
- Remove the two redstone commands. These are not used (maybe only by
   CCEdu), and so are somewhat redundant.
 - Inline the select command, converting it to a lambda.
 - Inline the attack/dig commands, as they did little more than wrap the
   tool command.
2018-12-26 09:21:33 +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 Remove direct support for beginner's turtles 2018-12-26 09:13:15 +00:00
TurtleCommandQueueEntry.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleCompareCommand.java Reformat everything 2018-12-23 17:46:58 +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 Reformat everything 2018-12-23 17:46:58 +00:00
TurtleDropCommand.java Add turtle events 2018-02-16 10:33:32 +00:00
TurtleEquipCommand.java Reformat everything 2018-12-23 17:46:58 +00:00
TurtleInspectCommand.java Add turtle events 2018-02-16 10:33:32 +00:00
TurtleMoveCommand.java Reformat everything 2018-12-23 17:46:58 +00:00
TurtlePlaceCommand.java Remove direct support for beginner's turtles 2018-12-26 09:13:15 +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 Reformat everything 2018-12-23 17:46:58 +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 Add turtle events 2018-02-16 10:33:32 +00:00