1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-11-18 06:05:12 +00:00

Write an introduction to the turtle API

It's better at least, I just don't know if it's good.
This commit is contained in:
Jonathan Coates
2021-12-21 11:53:46 +00:00
parent 0f9ddac83c
commit bed2e0b658
7 changed files with 133 additions and 68 deletions

View File

@@ -25,10 +25,9 @@ import java.util.Map;
import java.util.Optional;
/**
* The turtle API allows you to control your turtle.
* Doc stub. Exists in turtle.lua instead.
*
* @cc.module turtle
* @cc.since 1.3
*/
public class TurtleAPI implements ILuaAPI
{