Optimised Imports

This commit is contained in:
Auxilor
2021-07-21 18:00:25 +01:00
parent 69a8acf39a
commit 4001af9b8c
18 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
package com.willfp.eco.core.config.base;
import com.willfp.eco.core.config.yaml.YamlBaseConfig;
import com.willfp.eco.core.EcoPlugin;
import com.willfp.eco.core.config.yaml.YamlBaseConfig;
import org.jetbrains.annotations.NotNull;
/**

View File

@@ -1,7 +1,7 @@
package com.willfp.eco.core.config.base;
import com.willfp.eco.core.config.yaml.YamlBaseConfig;
import com.willfp.eco.core.EcoPlugin;
import com.willfp.eco.core.config.yaml.YamlBaseConfig;
import org.jetbrains.annotations.NotNull;
/**

View File

@@ -1,7 +1,7 @@
package com.willfp.eco.core.display;
import com.willfp.eco.core.PluginDependent;
import com.willfp.eco.core.EcoPlugin;
import com.willfp.eco.core.PluginDependent;
import lombok.Getter;
import org.bukkit.inventory.ItemStack;
import org.jetbrains.annotations.NotNull;

View File

@@ -1,7 +1,7 @@
package com.willfp.eco.core.web;
import com.willfp.eco.core.PluginDependent;
import com.willfp.eco.core.EcoPlugin;
import com.willfp.eco.core.PluginDependent;
import org.bukkit.util.Consumer;
import org.jetbrains.annotations.NotNull;