Uses of Annotation Interface
io.github.projectunified.craftcommand.annotation.Name
Packages that use Name
Package
Description
-
Uses of Name in io.github.projectunified.craftcommand.example.bukkit
Method parameters in io.github.projectunified.craftcommand.example.bukkit with annotations of type NameModifier and TypeMethodDescriptionvoidAllFeaturesCommand.add(org.bukkit.command.CommandSender sender, int x, int y) voidAllFeaturesCommand.add(org.bukkit.command.CommandSender sender, int x, int y) voidAllFeaturesCommand.defaultMode(org.bukkit.command.CommandSender sender, String mode) voidAllFeaturesCommand.fullGreedy(org.bukkit.command.CommandSender sender, String text) voidvoidvoidAllFeaturesCommand.resolvePointNamed(double x, double y) AllFeaturesCommand.resolvePointNamed(double x, double y) -
Uses of Name in io.github.projectunified.craftcommand.example.paper
Method parameters in io.github.projectunified.craftcommand.example.paper with annotations of type NameModifier and TypeMethodDescriptionvoidAllFeaturesCommand.add(io.papermc.paper.command.brigadier.CommandSourceStack sender, int x, int y) voidAllFeaturesCommand.add(io.papermc.paper.command.brigadier.CommandSourceStack sender, int x, int y) voidAllFeaturesCommand.defaultMode(io.papermc.paper.command.brigadier.CommandSourceStack sender, String mode) voidAllFeaturesCommand.fullGreedy(io.papermc.paper.command.brigadier.CommandSourceStack sender, String text) voidAllFeaturesCommand.hello(io.papermc.paper.command.brigadier.CommandSourceStack sender, String greeting) voidAllFeaturesCommand.namedEcho(io.papermc.paper.command.brigadier.CommandSourceStack sender, String text) voidAllFeaturesCommand.namedMode(io.papermc.paper.command.brigadier.CommandSourceStack sender, String mode) voidPaperSuggestCommand.nameSuggest(io.papermc.paper.command.brigadier.CommandSourceStack sender, String color) AllFeaturesCommand.resolvePointNamed(double x, double y) AllFeaturesCommand.resolvePointNamed(double x, double y) -
Uses of Name in io.github.projectunified.craftcommand.example.standalone
Method parameters in io.github.projectunified.craftcommand.example.standalone with annotations of type NameModifier and TypeMethodDescriptionvoidEdgeCaseCommand.defaultName(Object sender, String text) voidSuggestCommand.greedyNameSuggest(Object sender, String text) voidSuggestCommand.nameSuggest(Object sender, String color) CalculatorCommand.resolvePointNamed(double x, double y) CalculatorCommand.resolvePointNamed(double x, double y) voidCalculatorCommand.sendMessage(Object sender, String target, String message) Demonstrates @Name to override parameter name in usage messages.