Package com.welcome234.pluginsystem
Class CommandSender
java.lang.Object
com.welcome234.pluginsystem.CommandSender
- Direct Known Subclasses:
Player
Represents a command sender
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the name of this command sendervoidsendMessage(String message)Sends a chat message to this command sender
-
Constructor Details
-
CommandSender
public CommandSender()
-
-
Method Details
-
getName
Gets the name of this command sender- Returns:
- Command sender name
-
sendMessage
Sends a chat message to this command sender- Parameters:
message- Message to send- Throws:
IllegalArgumentException- if message is null
-