Uses of Interface
com.dianxin.tori.api.bot.IBotMeta
Packages that use IBotMeta
Package
Description
-
Uses of IBotMeta in com.dianxin.tori.api.bot
Methods in com.dianxin.tori.api.bot that return IBotMeta -
Uses of IBotMeta in com.dianxin.tori.api.commands.messagecontext
Constructors in com.dianxin.tori.api.commands.messagecontext with parameters of type IBotMetaModifierConstructorDescriptionBaseMessageContextMenu(String title, net.dv8tion.jda.api.JDA jda, IBotMeta meta, boolean isDefer, boolean guildOnly, boolean ownerOnly, boolean privateChannelOnly, boolean directMessageOnly, List<net.dv8tion.jda.api.Permission> permissionsRequired, List<net.dv8tion.jda.api.Permission> selfPermissionsRequired, boolean isDebug) Constructs a statically configured BaseMessageContextMenu with explicit parameters.BaseMessageContextMenu(String title, net.dv8tion.jda.api.JDA jda, IBotMeta meta, LegacyCommandBuilder builder) Constructs a statically configured BaseMessageContextMenu using aLegacyCommandBuilder.ModernBaseMessageContextMenu(net.dv8tion.jda.api.JDA jda, IBotMeta meta) Constructs a new ModernBaseMessageContextMenu. -
Uses of IBotMeta in com.dianxin.tori.api.commands.slash
Constructors in com.dianxin.tori.api.commands.slash with parameters of type IBotMetaModifierConstructorDescriptionBaseCommand(net.dv8tion.jda.api.JDA jda, IBotMeta meta, boolean isDefer, boolean guildOnly, boolean ownerOnly, boolean privateChannelOnly, boolean directMessageOnly, List<net.dv8tion.jda.api.Permission> permissionsRequired, List<net.dv8tion.jda.api.Permission> selfPermissionsRequired, boolean isDebug) Constructs a statically configured BaseCommand.BaseCommand(net.dv8tion.jda.api.JDA jda, IBotMeta meta, LegacyCommandBuilder builder) Constructs a BaseCommand using theLegacyCommandBuilder.ModernBaseCommand(net.dv8tion.jda.api.JDA jda, IBotMeta meta) Constructs a new ModernBaseCommand. -
Uses of IBotMeta in com.dianxin.tori.api.commands.text
Constructors in com.dianxin.tori.api.commands.text with parameters of type IBotMetaModifierConstructorDescriptionBaseTextCommand(String title, List<String> aliases, net.dv8tion.jda.api.JDA jda, IBotMeta meta, boolean guildOnly, boolean ownerOnly, boolean privateChannelOnly, boolean directMessageOnly, List<net.dv8tion.jda.api.Permission> permissionsRequired, List<net.dv8tion.jda.api.Permission> selfPermissionsRequired, boolean isDebug) BaseTextCommand(String title, List<String> aliases, net.dv8tion.jda.api.JDA jda, IBotMeta meta, LegacyCommandBuilder builder) ModernBaseTextCommand(net.dv8tion.jda.api.JDA jda, IBotMeta meta) -
Uses of IBotMeta in com.dianxin.tori.api.commands.usercontext
Constructors in com.dianxin.tori.api.commands.usercontext with parameters of type IBotMetaModifierConstructorDescriptionBaseUserContextMenu(String title, net.dv8tion.jda.api.JDA jda, IBotMeta meta, boolean isDefer, boolean guildOnly, boolean ownerOnly, boolean privateChannelOnly, boolean directMessageOnly, List<net.dv8tion.jda.api.Permission> permissionsRequired, List<net.dv8tion.jda.api.Permission> selfPermissionsRequired, boolean isDebug) Constructs a statically configured BaseUserContextMenu with explicit parameters.BaseUserContextMenu(String title, net.dv8tion.jda.api.JDA jda, IBotMeta meta, LegacyCommandBuilder builder) Constructs a statically configured BaseUserContextMenu using aLegacyCommandBuilder.ModernBaseUserContextMenu(net.dv8tion.jda.api.JDA jda, IBotMeta meta) Constructs a new ModernBaseUserContextMenu.