mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 04:23:26 +00:00
move
This commit is contained in:
parent
c615f27b68
commit
dea6e84407
95 changed files with 203 additions and 215 deletions
|
@ -2,12 +2,12 @@ package com.intellectualcrafters.plot.util;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
import org.bukkit.Chunk;
|
||||
import com.intellectualcrafters.plot.object.ChunkLoc;
|
||||
|
||||
public abstract class AbstractSetBlock {
|
||||
public static AbstractSetBlock setBlockManager = null;
|
||||
|
||||
public abstract boolean set(final org.bukkit.World world, final int x, final int y, final int z, final int blockId, final byte data);
|
||||
|
||||
public abstract void update(List<Chunk> list);
|
||||
public abstract void update(String world, List<ChunkLoc> chunks);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue