Uses of Class
com.plotsquared.core.plot.comment.PlotComment
Package
Description
-
Uses of PlotComment in com.plotsquared.core.command
Modifier and TypeMethodDescriptionvoid
Inbox.displayComments
(PlotPlayer<?> player, List<PlotComment> oldComments, int page) -
Uses of PlotComment in com.plotsquared.core.database
Modifier and TypeMethodDescriptionvoid
AbstractDB.removeComment
(Plot plot, PlotComment comment) Removes the specified comment from the given plot.static void
DBFunc.removeComment
(Plot plot, PlotComment comment) void
SQLManager.removeComment
(Plot plot, PlotComment comment) void
AbstractDB.setComment
(Plot plot, PlotComment comment) Adds the specified comment to the given plot.static void
DBFunc.setComment
(Plot plot, PlotComment comment) void
SQLManager.setComment
(Plot plot, PlotComment comment) Modifier and TypeMethodDescriptionvoid
AbstractDB.getComments
(@NonNull Plot plot, String inbox, RunnableVal<List<PlotComment>> whenDone) Gets Plot comments.static void
DBFunc.getComments
(Plot plot, String inbox, RunnableVal<List<PlotComment>> whenDone) void
SQLManager.getComments
(@NonNull Plot plot, String inbox, RunnableVal<List<PlotComment>> whenDone) -
Uses of PlotComment in com.plotsquared.core.plot
Modifier and TypeMethodDescriptionPlotCommentContainer.getComments
(@NonNull String inbox) Get all comments in a specific inboxPlotSettings.getComments
(String inbox) Modifier and TypeMethodDescriptionvoid
PlotCommentContainer.addComment
(@NonNull PlotComment comment) Add a comment to the plotboolean
PlotCommentContainer.removeComment
(@NonNull PlotComment comment) Remove a comment from the plotModifier and TypeMethodDescriptionvoid
PlotCommentContainer.removeComments
(@NonNull List<PlotComment> comments) Remove a list of comments from the plotvoid
PlotCommentContainer.setComments
(@NonNull List<PlotComment> list) Set the plot commentsvoid
PlotSettings.setComments
(List<PlotComment> comments) -
Uses of PlotComment in com.plotsquared.core.plot.comment
Modifier and TypeMethodDescriptionabstract boolean
CommentInbox.addComment
(Plot plot, PlotComment comment) boolean
InboxOwner.addComment
(Plot plot, PlotComment comment) boolean
InboxPublic.addComment
(Plot plot, PlotComment comment) boolean
InboxReport.addComment
(Plot plot, PlotComment comment) void
CommentInbox.removeComment
(Plot plot, PlotComment comment) Modifier and TypeMethodDescriptionabstract boolean
CommentInbox.getComments
(Plot plot, RunnableVal<List<PlotComment>> whenDone)
The `whenDone` parameter should be executed when it's done fetching the comments.boolean
InboxOwner.getComments
(Plot plot, RunnableVal<List<PlotComment>> whenDone) boolean
InboxPublic.getComments
(Plot plot, RunnableVal<List<PlotComment>> whenDone) boolean
InboxReport.getComments
(Plot plot, RunnableVal<List<PlotComment>> whenDone)