mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 13:03:06 +00:00
New comment system
This commit is contained in:
parent
ade657b1af
commit
b9c36965d8
21 changed files with 553 additions and 280 deletions
|
@ -301,6 +301,13 @@ public interface AbstractDB {
|
|||
* @param comment Comment to remove
|
||||
*/
|
||||
public void removeComment(final String world, final Plot plot, final PlotComment comment);
|
||||
|
||||
/**
|
||||
* Clear an inbox
|
||||
* @param plot
|
||||
* @param inbox
|
||||
*/
|
||||
public void clearInbox(Plot plot, String inbox);
|
||||
|
||||
/**
|
||||
* Set a plot comment
|
||||
|
@ -320,7 +327,7 @@ public interface AbstractDB {
|
|||
*
|
||||
* @return Plot Comments within the specified tier
|
||||
*/
|
||||
public ArrayList<PlotComment> getComments(final String world, final Plot plot, final int tier, boolean below);
|
||||
public ArrayList<PlotComment> getComments(final String world, final Plot plot, final String inbox);
|
||||
|
||||
public void createPlotAndSettings(Plot plot);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue