mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-26 10:44:42 +02:00
Apply API changes to events
This commit is contained in:
@ -1085,6 +1085,15 @@ public class Plot {
|
||||
PlotAnalysis.analyzePlot(this, whenDone);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets all flags applied to this plot
|
||||
*
|
||||
* @return all applied flags
|
||||
*/
|
||||
public Set<PlotFlag<?, ?>> getFlags() {
|
||||
return ImmutableSet.copyOf(flagContainer.getFlagMap().values());
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets a flag for this plot
|
||||
*
|
||||
|
Reference in New Issue
Block a user