Package one.tranic.scorpio.api.impl
Class PlayerMessage
-
- All Implemented Interfaces:
-
one.tranic.scorpio.api.impl.Message
public final class PlayerMessage implements Message
Represents a message sent by a player in the game.
-
-
Constructor Summary
Constructors Constructor Description PlayerMessage(String senderId, String senderName, String content)
-
Method Summary
Modifier and Type Method Description String
getPlatform()
The platform from which the message was sent. String
getSenderId()
String
getSenderName()
String
getContent()
-
-
Method Detail
-
getPlatform
String getPlatform()
The platform from which the message was sent.
-
getSenderId
String getSenderId()
-
getSenderName
String getSenderName()
-
getContent
String getContent()
-
-
-
-