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...
NameDiscordTextInputTag
Prefixdiscordtextinput@
Base TypeElementTag
Identity FormatThe identity format for Discord text input is a map of relevant data. Do not alter raw text input data, use the with.as tag instead.
DescriptionA DiscordTextInputTag is an object that represents a Discord text input for use with dDiscordBot.
RequiresdDiscordBot
Sourcehttps://github.com/DenizenScript/dDiscordBot/blob/master/src/main/java/com/denizenscript/ddiscordbot/objects/DiscordTextInputTag.java#L21