forked from SteamWar/SteamWar
Fix DesignEndStone and DesignEndStoneCommand
Fix Region.Area.reset
This commit is contained in:
@@ -20,10 +20,9 @@
|
||||
package de.steamwar.bausystem.region;
|
||||
|
||||
import com.sk89q.worldedit.EditSession;
|
||||
import de.steamwar.sql.SchematicNode;
|
||||
import de.steamwar.bausystem.utils.PasteBuilder;
|
||||
import org.bukkit.Location;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import java.io.File;
|
||||
import java.util.Optional;
|
||||
import java.util.UUID;
|
||||
@@ -96,7 +95,7 @@ public interface Region {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reset(@Nullable SchematicNode schematicNode, boolean extension) {
|
||||
public void reset(PasteBuilder pasteBuilder, boolean extension) {
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -123,7 +122,7 @@ public interface Region {
|
||||
|
||||
EditSession copy(boolean extension);
|
||||
|
||||
void reset(@Nullable SchematicNode schematicNode, boolean extension);
|
||||
void reset(PasteBuilder pasteBuilder, boolean extension);
|
||||
|
||||
void forEachChunk(BiConsumer<Integer, Integer> executor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user