mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 14:33:08 +00:00
stuff
This commit is contained in:
parent
76ca8a7376
commit
8e240b5274
37 changed files with 364 additions and 249 deletions
|
@ -126,7 +126,7 @@ public abstract class ChunkManager {
|
|||
*/
|
||||
public abstract boolean regenerateRegion(final Location pos1, final Location pos2, final Runnable whenDone);
|
||||
|
||||
public abstract void clearAllEntities(final Plot plot);
|
||||
public abstract void clearAllEntities(final Location pos1, final Location pos2);
|
||||
|
||||
public abstract void swap(String world, PlotId id, PlotId plotid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue