Class CommentManager
java.lang.Object
com.plotsquared.core.plot.comment.CommentManager
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddInbox(CommentInbox inbox) static longgetTimestamp(PlotPlayer<?> player, String inbox) static voidstatic voidsendTitle(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
 
 -