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 TypeMethodDescriptionvoidInbox.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 TypeMethodDescriptionvoidAbstractDB.removeComment(Plot plot, PlotComment comment) Removes the specified comment from the given plot.static voidDBFunc.removeComment(Plot plot, PlotComment comment) voidSQLManager.removeComment(Plot plot, PlotComment comment) voidAbstractDB.setComment(Plot plot, PlotComment comment) Adds the specified comment to the given plot.static voidDBFunc.setComment(Plot plot, PlotComment comment) voidSQLManager.setComment(Plot plot, PlotComment comment) Method parameters in com.plotsquared.core.database with type arguments of type PlotCommentModifier and TypeMethodDescriptionvoidAbstractDB.getComments(@NonNull Plot plot, String inbox, RunnableVal<List<PlotComment>> whenDone) Gets Plot comments.static voidDBFunc.getComments(Plot plot, String inbox, RunnableVal<List<PlotComment>> whenDone) voidSQLManager.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 TypeMethodDescriptionvoidPlotCommentContainer.addComment(@NonNull PlotComment comment) Add a comment to the plotbooleanPlotCommentContainer.removeComment(@NonNull PlotComment comment) Remove a comment from the plotMethod parameters in com.plotsquared.core.plot with type arguments of type PlotCommentModifier and TypeMethodDescriptionvoidPlotCommentContainer.removeComments(@NonNull List<PlotComment> comments) Remove a list of comments from the plotvoidPlotCommentContainer.setComments(@NonNull List<PlotComment> list) Set the plot commentsvoidPlotSettings.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 booleanCommentInbox.addComment(Plot plot, PlotComment comment) booleanInboxOwner.addComment(Plot plot, PlotComment comment) booleanInboxPublic.addComment(Plot plot, PlotComment comment) booleanInboxReport.addComment(Plot plot, PlotComment comment) voidCommentInbox.removeComment(Plot plot, PlotComment comment) Method parameters in com.plotsquared.core.plot.comment with type arguments of type PlotCommentModifier and TypeMethodDescriptionabstract booleanCommentInbox.getComments(Plot plot, RunnableVal<List<PlotComment>> whenDone)
The `whenDone` parameter should be executed when it's done fetching the comments.booleanInboxOwner.getComments(Plot plot, RunnableVal<List<PlotComment>> whenDone) booleanInboxPublic.getComments(Plot plot, RunnableVal<List<PlotComment>> whenDone) booleanInboxReport.getComments(Plot plot, RunnableVal<List<PlotComment>> whenDone)