forked from SteamWar/SteamWar
Add Unified GameModeConfig
This commit is contained in:
@@ -22,8 +22,11 @@ package de.steamwar.bausystem.region;
|
||||
import com.sk89q.worldedit.extent.clipboard.Clipboard;
|
||||
import de.steamwar.bausystem.utils.FlatteningWrapper;
|
||||
import de.steamwar.bausystem.utils.PasteBuilder;
|
||||
import de.steamwar.data.GameModeConfig;
|
||||
import de.steamwar.sql.SchematicType;
|
||||
import lombok.NonNull;
|
||||
import org.bukkit.Location;
|
||||
import org.bukkit.Material;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
import java.io.File;
|
||||
@@ -64,7 +67,7 @@ public interface Region {
|
||||
Area getTestblockArea();
|
||||
|
||||
@NonNull
|
||||
GameModeConfig getGameModeConfig();
|
||||
GameModeConfig<Material, SchematicType, String> getGameModeConfig();
|
||||
|
||||
@NonNull
|
||||
RegionHistory getHistory();
|
||||
|
||||
Reference in New Issue
Block a user