Uses of Class
fr.luc.crcore.command.CommandContext
Packages that use CommandContext
-
Uses of CommandContext in fr.luc.crcore.command
Methods in fr.luc.crcore.command that return CommandContextModifier and TypeMethodDescriptionprotected CommandContextAbstractCommand.buildContext(org.bukkit.command.CommandSender sender, String label, String[] rawArgs) Parse les arguments raw et construit leCommandContext.Methods in fr.luc.crcore.command with parameters of type CommandContextModifier and TypeMethodDescriptionAbstractCommand.execute(CommandContext context) Logique métier de la commande.Command.execute(CommandContext context) Logique d'exécution de la commande (cas feuille, ou fallback si aucune sous-commande ne matche).protected CommandResultAbstractCommand.listSubCommands(CommandContext context) Defaultexecutepour les groupes : affiche la liste des sous-commandes accessibles. -
Uses of CommandContext in fr.luc.crcore.command.builtin.team
Methods in fr.luc.crcore.command.builtin.team with parameters of type CommandContextModifier and TypeMethodDescriptionTeamAddSubCommand.execute(CommandContext ctx) TeamCreateSubCommand.execute(CommandContext ctx) TeamDeleteSubCommand.execute(CommandContext ctx) TeamInfoSubCommand.execute(CommandContext ctx) TeamJoinSubCommand.execute(CommandContext ctx) TeamLeaveSubCommand.execute(CommandContext ctx) TeamListSubCommand.execute(CommandContext ctx) TeamRemoveSubCommand.execute(CommandContext ctx) TeamScoreSubCommand.execute(CommandContext ctx) TeamSetSpawnSubCommand.execute(CommandContext ctx) TeamTopSubCommand.execute(CommandContext ctx) TeamTransferSubCommand.execute(CommandContext ctx) TeamVisibilitySubCommand.execute(CommandContext ctx)