Interface SpecialArgumentHandler


  • public interface SpecialArgumentHandler
    This class is used to handle special arguments, which start with "@"
    • Method Detail

      • handle

        @NonNull String handle​(CommandSender sender,
                               Command command,
                               String[] args,
                               int i)
        Handle the special argument
        Parameters:
        sender - the sender of the command
        command - the command
        args - the arguments
        i - the index of the argument
        Returns:
        the argument after handle