Relocate areas to world.model

This commit is contained in:
Alexander
2021-06-22 10:48:16 +01:00
parent e3c678b5c5
commit 52f7385856
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
package vg.civcraft.mc.civmodcore.areas;
package vg.civcraft.mc.civmodcore.world.model;
import org.bukkit.Location;

View File

@@ -1,4 +1,4 @@
package vg.civcraft.mc.civmodcore.areas;
package vg.civcraft.mc.civmodcore.world.model;
import java.util.Collection;
import java.util.HashSet;

View File

@@ -1,4 +1,4 @@
package vg.civcraft.mc.civmodcore.areas;
package vg.civcraft.mc.civmodcore.world.model;
import java.util.Collection;
import org.bukkit.Chunk;

View File

@@ -1,4 +1,4 @@
package vg.civcraft.mc.civmodcore.areas;
package vg.civcraft.mc.civmodcore.world.model;
import java.util.Collection;
import org.bukkit.Chunk;

View File

@@ -1,4 +1,4 @@
package vg.civcraft.mc.civmodcore.areas;
package vg.civcraft.mc.civmodcore.world.model;
import org.bukkit.Chunk;
import org.bukkit.World;

View File

@@ -1,4 +1,4 @@
package vg.civcraft.mc.civmodcore.areas;
package vg.civcraft.mc.civmodcore.world.model;
import java.util.Collection;
import java.util.HashSet;