Uses of Class
dev.despical.commandframework.CommandAttributes
Packages that use CommandAttributes
Package
Description
The main package of the Command Framework containing all
core classes and components related to the framework.
-
Uses of CommandAttributes in dev.despical.commandframework
Methods in dev.despical.commandframework that return CommandAttributesMethods in dev.despical.commandframework with parameters of type CommandAttributesModifier and TypeMethodDescriptionfinal booleanCommandFramework.setCommandAttributes(@NotNull String commandName, @NotNull CommandAttributes attributes) Replaces the attributes of a command that was registered by this framework.