Denizen Script Object Types


Object Types are the fundamental types of data passed around in a Denizen script, often seen as the return type of a tag.
Learn about how objects work in The Beginner's Guide.


Showing 1 out of 72 object types...
NameVectorObject
PrefixNone
Identity FormatN/A
Description"VectorObject" is a pseudo-ObjectType that represents any object that indicates a 3D vector, such as a LocationTag.
Extended ByLocationTag
Sourcehttps://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/VectorObject.java#L12