forked from SteamWar/SteamWar
Improve GameModeConfig
This commit is contained in:
@@ -22,7 +22,7 @@ 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.GameModeConfig;
|
||||
import de.steamwar.sql.SchematicType;
|
||||
import lombok.NonNull;
|
||||
import org.bukkit.Location;
|
||||
@@ -67,7 +67,7 @@ public interface Region {
|
||||
Area getTestblockArea();
|
||||
|
||||
@NonNull
|
||||
GameModeConfig<Material, SchematicType, String> getGameModeConfig();
|
||||
GameModeConfig<Material, String> getGameModeConfig();
|
||||
|
||||
@NonNull
|
||||
RegionHistory getHistory();
|
||||
|
||||
Reference in New Issue
Block a user