diff --git a/src/io/github/norbipeti/thebuttonmcchat/API.java b/src/io/github/norbipeti/thebuttonmcchat/TBMCChatAPI.java similarity index 86% rename from src/io/github/norbipeti/thebuttonmcchat/API.java rename to src/io/github/norbipeti/thebuttonmcchat/TBMCChatAPI.java index 7d0d02b..36c399a 100644 --- a/src/io/github/norbipeti/thebuttonmcchat/API.java +++ b/src/io/github/norbipeti/thebuttonmcchat/TBMCChatAPI.java @@ -4,7 +4,7 @@ import io.github.norbipeti.thebuttonmcchat.commands.CommandCaller; import io.github.norbipeti.thebuttonmcchat.commands.TBMCCommandBase; import io.github.norbipeti.thebuttonmcchat.commands.ucmds.admin.PlayerInfoCommand; -public class API { +public class TBMCChatAPI { /** *

@@ -49,4 +49,9 @@ public class API { public void AddPlayerInfoForHover(TBMCPlayer player, String infoline) { // TODO } + + public TBMCPlayer GetPlayer(Player player) //TODO: Move to the bucket + { //TODO: Enable offline playerinfo + + } }