mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 16:39:45 +00:00
Adding isAfk and setAfk to IUser API
This commit is contained in:
parent
c97763c3c8
commit
66db3c6cfb
1 changed files with 4 additions and 0 deletions
|
@ -44,4 +44,8 @@ public interface IUser extends Player
|
|||
void setJail(String jail);
|
||||
|
||||
boolean isIgnoreExempt();
|
||||
|
||||
boolean isAfk();
|
||||
|
||||
void setAfk();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue