Uses of Class
masecla.modrinth4j.model.user.ModrinthUser
Packages that use ModrinthUser
-
Uses of ModrinthUser in masecla.modrinth4j.endpoints.user
Methods in masecla.modrinth4j.endpoints.user that return types with arguments of type ModrinthUserModifier and TypeMethodDescriptioncom.google.gson.reflect.TypeToken<ModrinthUser> GetSelf.getResponseClass()Returns the response class.com.google.gson.reflect.TypeToken<ModrinthUser> GetUser.getResponseClass()Returns the response class.com.google.gson.reflect.TypeToken<List<ModrinthUser>> GetUsers.getResponseClass()Returns the response class.UserEndpoints.getSelf()Gets the current user from the APIGets a user by their ID or usernameGets multiple users by their IDs.Gets multiple users by their IDs.