| Name | <ListTag.first[(<#>)]> |
| Returns | ObjectTag |
| Description | Returns the first element in the list.
If the list is empty, returns null instead. Effectively equivalent to .get[1] Optionally, specify a number of entries to get, which will return the # first entries, equivalent to .get[1].to[#] |
| Example | |
| Example | |
| Example | |
| Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ListTag.java#L1823 |