Added things and TODOs
This commit is contained in:
parent
fb869c7662
commit
61f93ecd15
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue