Class CommentManager
java.lang.Object
com.plotsquared.core.plot.comment.CommentManager
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addInbox
(CommentInbox inbox) static long
getTimestamp
(PlotPlayer<?> player, String inbox) static void
static void
sendTitle
(PlotPlayer<?> player, Plot plot)
-
Field Details
-
inboxes
-
-
Constructor Details
-
CommentManager
public CommentManager()
-
-
Method Details
-
sendTitle
-
getTimestamp
- Parameters:
player
- The player the inbox belongs toinbox
- the inbox- Returns:
- the time in milliseconds when the player was last seen online
-
addInbox
- Parameters:
inbox
- the inbox to add
-
registerDefaultInboxes
-