mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-03 04:39:12 +00:00
Add turtle.getItemDetail
detailed
flag introduction date
This commit is contained in:
parent
9bbf3f3e1d
commit
5bab415790
@ -747,6 +747,7 @@ public class TurtleAPI implements ILuaAPI {
|
|||||||
* @throws LuaException If the slot is out of range.
|
* @throws LuaException If the slot is out of range.
|
||||||
* @cc.treturn nil|table Information about the given slot, or {@code nil} if it is empty.
|
* @cc.treturn nil|table Information about the given slot, or {@code nil} if it is empty.
|
||||||
* @cc.since 1.64
|
* @cc.since 1.64
|
||||||
|
* @cc.changed 1.90.0 Added detailed parameter.
|
||||||
* @cc.usage Print the current slot, assuming it contains 13 dirt.
|
* @cc.usage Print the current slot, assuming it contains 13 dirt.
|
||||||
*
|
*
|
||||||
* <pre>{@code
|
* <pre>{@code
|
||||||
|
Loading…
Reference in New Issue
Block a user