Uses of Annotation Interface
io.github.projectunified.craftcommand.annotation.Suggest
Packages that use Suggest
Package
Description
-
Uses of Suggest in io.github.projectunified.craftcommand.example.bukkit
Method parameters in io.github.projectunified.craftcommand.example.bukkit with annotations of type SuggestModifier and TypeMethodDescriptionvoidAllFeaturesCommand.defaultMode(org.bukkit.command.CommandSender sender, String mode) voidAllFeaturesCommand.fullGreedy(org.bukkit.command.CommandSender sender, String text) voidBukkitSuggestCommand.greedySuggest(org.bukkit.command.CommandSender sender, String text) voidvoidvoidAllFeaturesCommand.resolveAndSuggest(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt, String mode) AllFeaturesCommand.resolvePointSuggest(String mode, double x) voidAllFeaturesCommand.suggestAndDefault(org.bukkit.command.CommandSender sender, String mode, int count) voidAllFeaturesCommand.suggestEcho(org.bukkit.command.CommandSender sender, String text) voidBukkitSuggestCommand.suggestField(org.bukkit.command.CommandSender sender, String color) voidBukkitSuggestCommand.suggestMethod(org.bukkit.command.CommandSender sender, String shape) voidBukkitSuggestCommand.suggestMethodCustom(BukkitSuggestCommand.CustomSender sender, String shape) voidBukkitSuggestCommand.suggestMethodPlayer(org.bukkit.command.CommandSender sender, String shape) voidBukkitSuggestCommand.suggestMethodSender(org.bukkit.command.CommandSender sender, String shape) voidAllFeaturesCommand.tripleInteract(org.bukkit.command.CommandSender sender, AllFeaturesCommand.Point pt, String color, int level) -
Uses of Suggest in io.github.projectunified.craftcommand.example.paper
Method parameters in io.github.projectunified.craftcommand.example.paper with annotations of type SuggestModifier and TypeMethodDescriptionvoidAllFeaturesCommand.defaultMode(io.papermc.paper.command.brigadier.CommandSourceStack sender, String mode) voidAllFeaturesCommand.fullGreedy(io.papermc.paper.command.brigadier.CommandSourceStack sender, String text) voidPaperSuggestCommand.greedySuggest(io.papermc.paper.command.brigadier.CommandSourceStack sender, String text) voidvoidAllFeaturesCommand.namedMode(io.papermc.paper.command.brigadier.CommandSourceStack sender, String mode) voidPaperSuggestCommand.nameSuggest(io.papermc.paper.command.brigadier.CommandSourceStack sender, String color) voidAllFeaturesCommand.resolveAndSuggest(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt, String mode) AllFeaturesCommand.resolvePointSuggest(String mode, double x) voidAllFeaturesCommand.suggestAndDefault(io.papermc.paper.command.brigadier.CommandSourceStack sender, String mode, int count) voidAllFeaturesCommand.suggestEcho(io.papermc.paper.command.brigadier.CommandSourceStack sender, String text) voidPaperSuggestCommand.suggestField(io.papermc.paper.command.brigadier.CommandSourceStack sender, String color) voidPaperSuggestCommand.suggestMethod(io.papermc.paper.command.brigadier.CommandSourceStack sender, String shape) voidPaperSuggestCommand.suggestMethodCSS(io.papermc.paper.command.brigadier.CommandSourceStack sender, String shape) voidPaperSuggestCommand.suggestMethodCustom(PaperSuggestCommand.CustomSender sender, String shape) voidPaperSuggestCommand.suggestMethodPlayer(io.papermc.paper.command.brigadier.CommandSourceStack sender, String shape) voidPaperSuggestCommand.suggestMethodSender(io.papermc.paper.command.brigadier.CommandSourceStack sender, String shape) voidAllFeaturesCommand.tripleInteract(io.papermc.paper.command.brigadier.CommandSourceStack sender, AllFeaturesCommand.Point pt, String color, int level) -
Uses of Suggest in io.github.projectunified.craftcommand.example.standalone
Method parameters in io.github.projectunified.craftcommand.example.standalone with annotations of type SuggestModifier and TypeMethodDescriptionvoidSuggestCommand.defaultSuggest(Object sender, String color) voidSuggestCommand.greedyNameSuggest(Object sender, String text) voidSuggestCommand.greedySuggest(Object sender, String text) voidSuggestCommand.nameSuggest(Object sender, String color) voidCalculatorCommand.resolveAndSuggest(Object sender, CalculatorCommand.Point pt, String mode) CalculatorCommand.resolvePointSuggest(String mode, double x) voidDemonstrates method-based @Suggest with sender, args, current parameters.voidDemonstrates field-based @Suggest for operator selection.voidCalculatorCommand.suggestAndDefault(Object sender, String mode, int count) voidSuggestCommand.suggestField(Object sender, String color) voidSuggestCommand.suggestMethod(Object sender, String shape) voidSuggestCommand.suggestMethodContext(Object sender, String shape) voidSuggestCommand.suggestMethodFull(Object sender, String shape) voidSuggestCommand.suggestMethodNoArg(Object sender, String shape) voidSuggestCommand.suggestMethodSender(Object sender, String shape) voidSuggestCommand.suggestMethodSenderCurrent(Object sender, String shape)