mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-25 12:06:17 +01:00
Moved classes around
Moved to clean up layout
This commit is contained in:
parent
91a65d2e79
commit
e21de8f572
@ -10,8 +10,8 @@ import com.sekwah.advancedportals.core.api.registry.WarpEffectRegistry;
|
||||
import com.sekwah.advancedportals.core.commands.CommandWithSubCommands;
|
||||
import com.sekwah.advancedportals.core.commands.subcommands.desti.CreateDestiSubCommand;
|
||||
import com.sekwah.advancedportals.core.commands.subcommands.portal.*;
|
||||
import com.sekwah.advancedportals.core.util.Config;
|
||||
import com.sekwah.advancedportals.core.util.DataStorage;
|
||||
import com.sekwah.advancedportals.core.config.Config;
|
||||
import com.sekwah.advancedportals.core.data.DataStorage;
|
||||
import com.sekwah.advancedportals.core.util.InfoLogger;
|
||||
import com.sekwah.advancedportals.core.util.Lang;
|
||||
import com.sekwah.advancedportals.coreconnector.ConnectorDataCollector;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.sekwah.advancedportals.core.util;
|
||||
package com.sekwah.advancedportals.core.config;
|
||||
|
||||
/**
|
||||
* To store the data for config
|
@ -1,4 +1,4 @@
|
||||
package com.sekwah.advancedportals.core.util;
|
||||
package com.sekwah.advancedportals.core.data;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.GsonBuilder;
|
@ -4,13 +4,13 @@ public abstract class InfoLogger {
|
||||
|
||||
/**
|
||||
* Problematic messages
|
||||
* @param s
|
||||
* @param s warning message
|
||||
*/
|
||||
public abstract void logWarning(String s);
|
||||
|
||||
/**
|
||||
* General information logging
|
||||
* @param s
|
||||
* @param s info message
|
||||
*/
|
||||
public abstract void log(String s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user