Class CommentManager

java.lang.Object
com.plotsquared.core.plot.comment.CommentManager

@Beta public class CommentManager extends Object
  • Field Details

  • Constructor Details

    • CommentManager

      public CommentManager()
  • Method Details

    • sendTitle

      public static void sendTitle(PlotPlayer<?> player, Plot plot)
    • getTimestamp

      public static long getTimestamp(PlotPlayer<?> player, String inbox)
      Parameters:
      player - The player the inbox belongs to
      inbox - the inbox
      Returns:
      the time in milliseconds when the player was last seen online
    • addInbox

      public static void addInbox(CommentInbox inbox)
      Parameters:
      inbox - the inbox to add
    • registerDefaultInboxes

      public static void registerDefaultInboxes()