mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-10-17 06:57:38 +00:00
Fixed typo in the javadoc of CommandsAPI class (#924)
This commit is contained in:
@@ -121,7 +121,7 @@ public class CommandAPI implements ILuaAPI
|
|||||||
* @throws LuaException (hidden) If the task cannot be created.
|
* @throws LuaException (hidden) If the task cannot be created.
|
||||||
* @cc.usage Asynchronously sets the block above the computer to stone.
|
* @cc.usage Asynchronously sets the block above the computer to stone.
|
||||||
* <pre>{@code
|
* <pre>{@code
|
||||||
* commands.execAsync("~ ~1 ~ minecraft:stone")
|
* commands.execAsync("setblock ~ ~1 ~ minecraft:stone")
|
||||||
* }</pre>
|
* }</pre>
|
||||||
* @cc.see parallel One may also use the parallel API to run multiple commands at once.
|
* @cc.see parallel One may also use the parallel API to run multiple commands at once.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user