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 63dc0daa09 Convert computer sides to an enum
Previously we just relied on magic int values, which was confusing and
potentially error-prone. We could use EnumFacing, but that's a)
dependent on MC and b) incorrect, as we're referring to local
coordinates.
2019-04-09 10:02:54 +01:00
..
InteractDirection.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
MoveDirection.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
TurnDirection.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleBrain.java Convert computer sides to an enum 2019-04-09 10:02:54 +01:00
TurtleCommandQueueEntry.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleCompareCommand.java Some further cleanup and 1.13 cherry-picks 2019-04-02 12:08:03 +01:00
TurtleCompareToCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleCraftCommand.java Make turtle crafting more consistent with vanilla 2019-03-30 16:12:49 +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 Turn inspections up to 11 2019-03-29 21:26:21 +00:00
TurtleMoveCommand.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
TurtlePlaceCommand.java Some further cleanup and 1.13 cherry-picks 2019-04-02 12:08:03 +01:00
TurtlePlayer.java Turn inspections up to 11 2019-03-29 21:26:21 +00:00
TurtleRefuelCommand.java Convert turtle refuelling into an event 2019-03-27 20:38:39 +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