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 41a320e9a4 Move API registration into separate classes
There's several reasons for this change:
 - Try to make ComputerCraft.java less monolithic by moving
   functionality into separate module-specific classes.
 - Hopefully make the core class less Minecraft dependent, meaning
   emulators are a little less dependent on anything outside of /core.

Note we still need /some/ methods in the main ComputerCraft class in
order to maintain backwards compatibility with Plethora and
Computronics.
2018-12-28 12:40: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 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 API registration into separate classes 2018-12-28 12:40:33 +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