Skip to content

Commit

Permalink
Tossed SerializedFile to the shared folder
Browse files Browse the repository at this point in the history
  • Loading branch information
IllusionTheDev committed Sep 27, 2021
1 parent b08a170 commit 3b9a4ff
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import lombok.Setter;
import me.illusion.skyblockcore.shared.storage.SerializedFile;
import me.illusion.skyblockcore.shared.utilities.StringUtil;
import me.illusion.skyblockcore.spigot.data.SerializedFile;
import me.illusion.skyblockcore.spigot.island.Island;
import me.illusion.skyblockcore.spigot.island.generator.OreGenerator;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package me.illusion.skyblockcore.spigot.data;
package me.illusion.skyblockcore.shared.storage;

import lombok.EqualsAndHashCode;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import lombok.Getter;
import me.illusion.skyblockcore.shared.data.IslandData;
import me.illusion.skyblockcore.shared.data.PlayerData;
import me.illusion.skyblockcore.shared.storage.SerializedFile;
import me.illusion.skyblockcore.spigot.SkyblockPlugin;
import me.illusion.skyblockcore.spigot.island.Island;
import me.illusion.skyblockcore.spigot.sql.serialized.SerializedLocation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package me.illusion.skyblockcore.spigot.pasting;

import me.illusion.skyblockcore.spigot.data.SerializedFile;
import me.illusion.skyblockcore.shared.storage.SerializedFile;
import me.illusion.skyblockcore.spigot.island.Island;
import org.bukkit.Location;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package me.illusion.skyblockcore.spigot.pasting.handler;

import com.google.common.io.Files;
import me.illusion.skyblockcore.shared.storage.SerializedFile;
import me.illusion.skyblockcore.spigot.SkyblockPlugin;
import me.illusion.skyblockcore.spigot.data.SerializedFile;
import me.illusion.skyblockcore.spigot.island.Island;
import me.illusion.skyblockcore.spigot.pasting.PastingHandler;
import me.illusion.skyblockcore.spigot.pasting.PastingType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package me.illusion.skyblockcore.spigot.pasting.handler;

import lombok.SneakyThrows;
import me.illusion.skyblockcore.shared.storage.SerializedFile;
import me.illusion.skyblockcore.spigot.SkyblockPlugin;
import me.illusion.skyblockcore.spigot.data.SerializedFile;
import me.illusion.skyblockcore.spigot.island.Island;
import me.illusion.skyblockcore.spigot.pasting.PastingHandler;
import me.illusion.skyblockcore.spigot.pasting.PastingType;
Expand Down

0 comments on commit 3b9a4ff

Please sign in to comment.