Uses of Class
dev.despical.commandframework.CommandAttributes.Builder
Packages that use CommandAttributes.Builder
Package
Description
The main package of the Command Framework containing all
core classes and components related to the framework.
-
Uses of CommandAttributes.Builder in dev.despical.commandframework
Methods in dev.despical.commandframework that return CommandAttributes.BuilderModifier and TypeMethodDescription@NotNull CommandAttributes.Builder@NotNull CommandAttributes.BuilderCommandAttributes.Builder.async(boolean async) static @NotNull CommandAttributes.Builder@NotNull CommandAttributes.Builder@NotNull CommandAttributes.BuilderCommandAttributes.Builder.fallbackPrefix(@NotNull String fallbackPrefix) @NotNull CommandAttributes.BuilderCommandAttributes.Builder.max(int max) @NotNull CommandAttributes.BuilderCommandAttributes.Builder.min(int min) @NotNull CommandAttributes.Builder@NotNull CommandAttributes.BuilderCommandAttributes.Builder.onlyOp(boolean onlyOp) @NotNull CommandAttributes.BuilderCommandAttributes.Builder.permission(@NotNull String permission) @NotNull CommandAttributes.BuilderCommandAttributes.Builder.senderType(Command.SenderType senderType) @NotNull CommandAttributes.BuilderMethod parameters in dev.despical.commandframework with type arguments of type CommandAttributes.BuilderModifier and TypeMethodDescriptionfinal booleanCommandFramework.updateCommandAttributes(@NotNull String commandName, @NotNull Consumer<CommandAttributes.Builder> updater) Updates the attributes of a command that was registered by this framework.