-
public class UserManagerApis
-
-
Method Summary
Modifier and Type Method Description static List<UserInfo>getUsers(boolean excludePartial, boolean excludeDying, boolean excludePreCreated)static List<UserInfo>getUsersNoThrow(boolean excludePartial, boolean excludeDying, boolean excludePreCreated)static booleanisUserUnlocked(int userId)static booleanisUserStorageAvailable(int userId)static UserInfogetUserInfo(int userId)static Collection<Integer>getUserIdsNoThrow()static Collection<Integer>getUserIdsNoThrow(boolean excludePartial, boolean excludeDying, boolean excludePreCreated)-
-
Method Detail
-
getUsers
@NonNull() static List<UserInfo> getUsers(boolean excludePartial, boolean excludeDying, boolean excludePreCreated)
-
getUsersNoThrow
static List<UserInfo> getUsersNoThrow(boolean excludePartial, boolean excludeDying, boolean excludePreCreated)
-
isUserUnlocked
static boolean isUserUnlocked(int userId)
-
isUserStorageAvailable
static boolean isUserStorageAvailable(int userId)
-
getUserInfo
@NonNull() static UserInfo getUserInfo(int userId)
-
getUserIdsNoThrow
@NonNull() static Collection<Integer> getUserIdsNoThrow()
-
getUserIdsNoThrow
static Collection<Integer> getUserIdsNoThrow(boolean excludePartial, boolean excludeDying, boolean excludePreCreated)
-
-
-
-