Package net.ME1312.Galaxi.Command
Interface InputSender
- All Superinterfaces:
CommandSender
,ExtraDataHandler<String>
Input Sender Layout Class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Send a message as the Sendervoid
chat
(TextElement message) Send a message as the SenderMethods inherited from interface net.ME1312.Galaxi.Command.CommandSender
command, getName, hasPermission, sendMessage, sendMessage
Methods inherited from interface net.ME1312.Galaxi.Library.ExtraDataHandler
addExtra, getExtra, getExtra, hasExtra, removeExtra
-
Method Details
-
chat
Send a message as the Sender- Parameters:
message
- Message to send
-
chat
Send a message as the Sender- Parameters:
message
- Message to send
-