Skip to content

Commit

Permalink
Added a method to print messages into the second chat
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-albers committed Oct 27, 2016
1 parent 0a34f09 commit 0589633
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/eu/the5zig/mod/ModAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ public interface ModAPI {
*/
void messagePlayer(String message);

/**
* Sends a message directly to the second chat of the client.
*
* @param message the message that should be sent.
*/
void messagePlayerInSecondChat(String message);

/**
* Sends a custom payload to the server.
*
Expand Down

0 comments on commit 0589633

Please sign in to comment.