Name | CustomObjectTag |
Prefix | [email protected] |
Base Type | ElementTag |
Identity Format | The identity format for custom objects is the script name, followed by property syntax listing all fields with their values. |
Description | Custom objects are custom object types.
They use a script basis to create an object similar to the base object types (ListTag, PlayerTags, etc). Usage of these should generally be avoided, as they can be considered 'over-engineering'... That is, using a very complicated solution to solve a problem that can be solved much more simply. Custom objects exist for experimental reasons. Do not use these in any real scripts. |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/CustomObjectTag.java#L19 |