Change users being updated async and refactor update task
This commit is contained in:
@@ -117,4 +117,9 @@ public abstract class UserManager {
|
||||
* @return a new {@link User} object
|
||||
*/
|
||||
public abstract User makeUser(UUID uuid, String username);
|
||||
|
||||
/**
|
||||
* Reloads the data of all online users
|
||||
*/
|
||||
public abstract void updateAllUsers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user