mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2025-02-06 00:01:46 +01:00
Move ServerPlayerProvider to provider package
This commit is contained in:
parent
cd12530675
commit
ab90d1ddfc
@ -21,7 +21,7 @@ package com.discordsrv.bukkit.player;
|
||||
import com.discordsrv.bukkit.BukkitDiscordSRV;
|
||||
import com.discordsrv.common.player.IOfflinePlayer;
|
||||
import com.discordsrv.common.player.IPlayer;
|
||||
import com.discordsrv.common.player.ServerPlayerProvider;
|
||||
import com.discordsrv.common.player.provider.ServerPlayerProvider;
|
||||
import org.bukkit.OfflinePlayer;
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.EventHandler;
|
||||
|
@ -24,7 +24,7 @@ import com.discordsrv.common.config.main.MainConfig;
|
||||
import com.discordsrv.common.config.messages.MessagesConfig;
|
||||
import com.discordsrv.common.messageforwarding.game.AwardMessageModule;
|
||||
import com.discordsrv.common.messageforwarding.game.DeathMessageModule;
|
||||
import com.discordsrv.common.player.ServerPlayerProvider;
|
||||
import com.discordsrv.common.player.provider.ServerPlayerProvider;
|
||||
import com.discordsrv.common.scheduler.ServerScheduler;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
|
@ -16,9 +16,11 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.discordsrv.common.player;
|
||||
package com.discordsrv.common.player.provider;
|
||||
|
||||
import com.discordsrv.common.DiscordSRV;
|
||||
import com.discordsrv.common.player.IOfflinePlayer;
|
||||
import com.discordsrv.common.player.IPlayer;
|
||||
import com.discordsrv.common.player.provider.AbstractPlayerProvider;
|
||||
|
||||
import java.util.UUID;
|
@ -20,7 +20,7 @@ package com.discordsrv.sponge.player;
|
||||
|
||||
import com.discordsrv.common.player.IOfflinePlayer;
|
||||
import com.discordsrv.common.player.IPlayer;
|
||||
import com.discordsrv.common.player.ServerPlayerProvider;
|
||||
import com.discordsrv.common.player.provider.ServerPlayerProvider;
|
||||
import com.discordsrv.sponge.SpongeDiscordSRV;
|
||||
import org.spongepowered.api.entity.living.player.User;
|
||||
import org.spongepowered.api.entity.living.player.server.ServerPlayer;
|
||||
|
Loading…
Reference in New Issue
Block a user