Name | <ObjectTag.as[<type>]> |
Returns | ObjectTag |
Description | Returns the object, automatically converted to the named object type.
Type names can be of the long form, like "ListTag", "MapTag", "ElementTag", ... or the short form, like "List", "Map", "Element", ... Type name input is not case-sensitive, so "List" or "list" are the same. |
Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/CoreObjectTags.java#L295 |