From f168931496f287ba1bd3a3fccd978b73fa989881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juh=C3=A1sz=20Csal=C3=A1d?= Date: Fri, 1 Jul 2016 17:12:02 +0200 Subject: [PATCH] Added things and TODOs --- .../thebuttonmcchat/{API.java => TBMCChatAPI.java} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename src/io/github/norbipeti/thebuttonmcchat/{API.java => TBMCChatAPI.java} (86%) 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 + + } }