mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-28 08:12:18 +00:00
Bump cct-javadoc version
This commit is contained in:
parent
592b83e784
commit
0240ce50ce
@ -227,3 +227,10 @@ resolve this properly.
|
|||||||
|
|
||||||
Fixes #564
|
Fixes #564
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
17a932920711a5c0361a5048c9e0a5e7a58e6364
|
||||||
|
Bump cct-javadoc version
|
||||||
|
|
||||||
|
Documentation will now be sorted (somewhat) correctly!
|
||||||
|
```
|
||||||
|
@ -117,7 +117,6 @@ public class CommandAPI implements ILuaAPI {
|
|||||||
* @param command The command to execute.
|
* @param command The command to execute.
|
||||||
* @return The "task id". When this command has been executed, it will queue a `task_complete` event with a matching id.
|
* @return The "task id". When this command has been executed, it will queue a `task_complete` event with a matching id.
|
||||||
* @throws LuaException (hidden) If the task cannot be created.
|
* @throws LuaException (hidden) If the task cannot be created.
|
||||||
* @cc.tparam string command The command to execute.
|
|
||||||
* @cc.usage Asynchronously sets the block above the computer to stone.
|
* @cc.usage Asynchronously sets the block above the computer to stone.
|
||||||
* <pre>
|
* <pre>
|
||||||
* commands.execAsync("~ ~1 ~ minecraft:stone")
|
* commands.execAsync("~ ~1 ~ minecraft:stone")
|
||||||
|
@ -155,7 +155,8 @@ public class DiskDrivePeripheral implements IPeripheral {
|
|||||||
/**
|
/**
|
||||||
* Returns the title of the inserted audio disk.
|
* Returns the title of the inserted audio disk.
|
||||||
*
|
*
|
||||||
* @return The title of the audio, or {@code nil} if no audio disk is inserted.
|
* @return The title of the audio, or {@code false} if no audio disk is inserted.
|
||||||
|
* @cc.treturn string|nil|false The title of the audio, {@code false} if no disk is inserted, or {@code nil} if the disk has no audio.
|
||||||
*/
|
*/
|
||||||
@LuaFunction
|
@LuaFunction
|
||||||
@Nullable
|
@Nullable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user