Added things and TODOs

This commit is contained in:
Norbi Peti 2016-07-01 17:12:02 +02:00
parent fb869c7662
commit 61f93ecd15

View file

@ -4,7 +4,7 @@ import io.github.norbipeti.thebuttonmcchat.commands.CommandCaller;
import io.github.norbipeti.thebuttonmcchat.commands.TBMCCommandBase; import io.github.norbipeti.thebuttonmcchat.commands.TBMCCommandBase;
import io.github.norbipeti.thebuttonmcchat.commands.ucmds.admin.PlayerInfoCommand; import io.github.norbipeti.thebuttonmcchat.commands.ucmds.admin.PlayerInfoCommand;
public class API { public class TBMCChatAPI {
/** /**
* <p> * <p>
@ -49,4 +49,9 @@ public class API {
public void AddPlayerInfoForHover(TBMCPlayer player, String infoline) { public void AddPlayerInfoForHover(TBMCPlayer player, String infoline) {
// TODO // TODO
} }
public TBMCPlayer GetPlayer(Player player) //TODO: Move to the bucket
{ //TODO: Enable offline playerinfo
}
} }