Class ContextCommand.Message
java.lang.Object
xyz.dynxsty.dih4jda.interactions.commands.RestrictedCommand
xyz.dynxsty.dih4jda.interactions.commands.application.ApplicationCommand<E,T>
xyz.dynxsty.dih4jda.interactions.commands.application.BaseApplicationCommand<E,net.dv8tion.jda.api.interactions.commands.build.CommandData>
xyz.dynxsty.dih4jda.interactions.commands.application.ContextCommand<net.dv8tion.jda.api.events.interaction.command.MessageContextInteractionEvent>
xyz.dynxsty.dih4jda.interactions.commands.application.ContextCommand.Message
- All Implemented Interfaces:
ExecutableCommand<net.dv8tion.jda.api.events.interaction.command.MessageContextInteractionEvent>
- Enclosing class:
ContextCommand<E extends net.dv8tion.jda.api.events.interaction.command.GenericCommandInteractionEvent>
public abstract static class ContextCommand.Message
extends ContextCommand<net.dv8tion.jda.api.events.interaction.command.MessageContextInteractionEvent>
Creates a new message-context command.
-
Nested Class Summary
Nested classes/interfaces inherited from class xyz.dynxsty.dih4jda.interactions.commands.application.ContextCommand
ContextCommand.Message, ContextCommand.UserNested classes/interfaces inherited from class xyz.dynxsty.dih4jda.interactions.commands.RestrictedCommand
RestrictedCommand.Cooldown -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class xyz.dynxsty.dih4jda.interactions.commands.application.BaseApplicationCommand
getQueueableGuilds, getRegistrationType, setQueueableGuilds, setRegistrationTypeMethods inherited from class xyz.dynxsty.dih4jda.interactions.commands.application.ApplicationCommand
getCommandData, setCommandDataMethods inherited from class xyz.dynxsty.dih4jda.interactions.commands.RestrictedCommand
applyCooldown, getCommandCooldown, getRequiredGuilds, getRequiredPermissions, getRequiredRoles, getRequiredUsers, hasCooldown, retrieveCooldown, setCommandCooldown, setRequiredGuilds, setRequiredPermissions, setRequiredRoles, setRequiredUsersMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface xyz.dynxsty.dih4jda.interactions.commands.ExecutableCommand
execute
-
Constructor Details
-
Message
public Message()Creates a new, default message command.
-