Uses of Class
com.plotsquared.core.plot.comment.PlotComment
Packages that use PlotComment
Package
Description
-
Uses of PlotComment in com.plotsquared.core.command
Method parameters in com.plotsquared.core.command with type arguments of type PlotCommentModifier and TypeMethodDescriptionvoid
Inbox.displayComments
(PlotPlayer<?> player, List<PlotComment> oldComments, int page) -
Uses of PlotComment in com.plotsquared.core.database
Methods in com.plotsquared.core.database with parameters of type PlotCommentModifier 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) Method parameters in com.plotsquared.core.database with type arguments of type PlotCommentModifier 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
Methods in com.plotsquared.core.plot that return types with arguments of type PlotCommentModifier and TypeMethodDescriptionPlotCommentContainer.getComments
(@NonNull String inbox) Get all comments in a specific inboxPlotSettings.getComments
(String inbox) Methods in com.plotsquared.core.plot with parameters of type PlotCommentModifier and TypeMethodDescriptionvoid
PlotCommentContainer.addComment
(@NonNull PlotComment comment) Add a comment to the plotboolean
PlotCommentContainer.removeComment
(@NonNull PlotComment comment) Remove a comment from the plotMethod parameters in com.plotsquared.core.plot with type arguments of type PlotCommentModifier 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
Methods in com.plotsquared.core.plot.comment with parameters of type PlotCommentModifier 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) Method parameters in com.plotsquared.core.plot.comment with type arguments of type PlotCommentModifier 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)