Added things and TODOs

This commit is contained in:
Juhász Család 2016-07-01 17:12:02 +02:00
parent fb869c7662
commit f168931496

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.ucmds.admin.PlayerInfoCommand;
public class API {
public class TBMCChatAPI {
/**
* <p>
@ -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
}
}