Uses of Record Class
de.murmelmeister.murmelapi.user.User
Packages that use User
Package
Description
-
Uses of User in de.murmelmeister.murmelapi.permission
Methods in de.murmelmeister.murmelapi.permission with parameters of type UserModifier and TypeMethodDescriptionbooleanPermission.hasPermission(User user, String permission) booleanPermissionProvider.hasPermission(User user, String permission) -
Uses of User in de.murmelmeister.murmelapi.user
Fields in de.murmelmeister.murmelapi.user with type parameters of type UserModifier and TypeFieldDescriptionUserCache.cacheByIdUserCache.cacheByNameUserCache.cacheByUUIDUserCache.listCacheMethods in de.murmelmeister.murmelapi.user that return UserModifier and TypeMethodDescriptionUserProvider.findById(int userId) UserProviderImpl.findById(int userId) UserProvider.findByMojangId(UUID uuid) UserProviderImpl.findByMojangId(UUID uuid) UserProvider.findByUsername(String username) UserProviderImpl.findByUsername(String username) UserCache.getById(int id) private UserUserCache.loadById(int id) private UserUserCache.loadByName(String name) private UserUserCache.loadByUUID(UUID uuid) UserProvider.update(int userId, String username, LocalDateTime firstLogin, boolean debugUser, boolean debugEnabled, int languageIdr) UserProviderImpl.update(int userId, String username, LocalDateTime firstLogin, boolean debugUser, boolean debugEnabled, int languageId) User.withUpdateMeta(String username, LocalDateTime firstLogin, Boolean debugUser, Boolean debugEnabled, Integer languageId) Methods in de.murmelmeister.murmelapi.user that return types with arguments of type UserModifier and TypeMethodDescriptionUserProvider.findAll()UserProviderImpl.findAll()UserCache.getCachedUsers()UserCache.loadAllFromDatabase()Methods in de.murmelmeister.murmelapi.user with parameters of type User -
Uses of User in de.murmelmeister.murmelapi.utils
Methods in de.murmelmeister.murmelapi.utils that return types with arguments of type User