Uses of Annotation Interface
io.github.projectunified.craftcommand.annotation.Greedy
Packages that use Greedy
Package
Description
-
Uses of Greedy in io.github.projectunified.craftcommand.example.bukkit
Method parameters in io.github.projectunified.craftcommand.example.bukkit with annotations of type GreedyModifier and TypeMethodDescriptionvoidTeleportCommand.sendMessage(org.bukkit.entity.Player sender, org.bukkit.entity.Player target, String message) -
Uses of Greedy in io.github.projectunified.craftcommand.example.paper
Method parameters in io.github.projectunified.craftcommand.example.paper with annotations of type GreedyModifier and TypeMethodDescriptionvoidvoidBroadcastCommand.executeStack(io.papermc.paper.command.brigadier.CommandSourceStack sender, String message) voidTeleportCommand.sendMessage(org.bukkit.entity.Player sender, org.bukkit.entity.Player target, String message) -
Uses of Greedy in io.github.projectunified.craftcommand.example.standalone
Method parameters in io.github.projectunified.craftcommand.example.standalone with annotations of type Greedy