#2978: Allow sending messages from specific UUIDs
This commit is contained in:
@@ -80,6 +80,22 @@ public interface ProxiedPlayer extends Connection, CommandSender
|
||||
*/
|
||||
public void sendMessage(ChatMessageType position, BaseComponent message);
|
||||
|
||||
/**
|
||||
* Send a message to this player.
|
||||
*
|
||||
* @param sender the sender of the message
|
||||
* @param message the message to send
|
||||
*/
|
||||
public void sendMessage(UUID sender, BaseComponent... message);
|
||||
|
||||
/**
|
||||
* Send a message to this player.
|
||||
*
|
||||
* @param sender the sender of the message
|
||||
* @param message the message to send
|
||||
*/
|
||||
public void sendMessage(UUID sender, BaseComponent message);
|
||||
|
||||
/**
|
||||
* Connects / transfers this user to the specified connection, gracefully
|
||||
* closing the current one. Depending on the implementation, this method
|
||||
|
Reference in New Issue
Block a user