Package net.lewmc.essence.utils
Class ImportUtil
java.lang.Object
net.lewmc.essence.utils.ImportUtil
Imports data from other systems.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Imports homes from EssentialsX.boolean
Imports spawns from EssentialsX.boolean
Imports warps from EssentialsX.
-
Constructor Details
-
ImportUtil
Constructor for the ImportUtil class.- Parameters:
plugin
- Essence - Reference to the main class.
-
-
Method Details
-
essentialsWarps
public boolean essentialsWarps()Imports warps from EssentialsX.- Returns:
- boolean - If the process was successful.
-
essentialsHomes
public boolean essentialsHomes()Imports homes from EssentialsX.- Returns:
- boolean - If the process was successful.
-
essentialsSpawns
public boolean essentialsSpawns()Imports spawns from EssentialsX.- Returns:
- boolean - If the process was successful.
-