Uses of Class
com.dianxin.tori.api.commands.TextCommandRegistrar
Packages that use TextCommandRegistrar
-
Uses of TextCommandRegistrar in com.dianxin.tori.api.commands
Methods in com.dianxin.tori.api.commands that return TextCommandRegistrarModifier and TypeMethodDescriptionTextCommandRegistrar.register(@NotNull BaseTextCommand... cmds) Registers statically configured base text commands.TextCommandRegistrar.register(@NotNull ModernBaseTextCommand... cmds) Registers annotation-driven modern text commands.TextCommandRegistrar.setReplyConfig(CommandReplyConfig config) Sets the reply configuration for permission denials.