Interface SentCommand


  • public interface SentCommand
    The interface that represents sent command of any purchased product.
    Author:
    soknight
    See Also:
    Payment.getSentCommands()
    • Method Detail

      • getCommand

        @NotNull
        @NotNull String getCommand()
        Get the original command that has been sent.
        Returns:
        The original command.
      • getResponse

        @NotNull
        @NotNull String getResponse()
        Get the command feedback from the game server.
        Returns:
        The command feedback.