Package top.focess.qq.api.command
Interface SpecialArgumentHandler
-
public interface SpecialArgumentHandlerThis class is used to handle special arguments, which start with "@"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull Stringhandle(CommandSender sender, Command command, String[] args, int i)Handle the special argument
-
-
-
Method Detail
-
handle
@NonNull String handle(CommandSender sender, Command command, String[] args, int i)
Handle the special argument- Parameters:
sender- the sender of the commandcommand- the commandargs- the argumentsi- the index of the argument- Returns:
- the argument after handle
-
-