Package net.deechael.dynamichat.api
Interface Message
- All Superinterfaces:
MuteMessage
Message object that can get the user
-
Method Summary
Modifier and TypeMethodDescriptionThe user sent the messagedefault StringTo get the name of the senderMethods inherited from interface net.deechael.dynamichat.api.MuteMessage
getContent, getId, getSendTime
-
Method Details
-
getSender
User getSender()The user sent the message- Returns:
- sender
-
getSenderName
To get the name of the sender- Specified by:
getSenderNamein interfaceMuteMessage- Returns:
- sender name
-