Interface SentCommand
-
public interface SentCommandThe interface that represents sent command of any purchased product.- Author:
- soknight
- See Also:
Payment.getSentCommands()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringgetCommand()Get the original command that has been sent.@NotNull StringgetResponse()Get the command feedback from the game server.
-