| Package | Description |
|---|---|
| masecla.modrinth4j.endpoints.user |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.reflect.TypeToken<List<ModrinthUser>> |
GetUsers.getResponseClass()
Returns the response class.
|
com.google.gson.reflect.TypeToken<ModrinthUser> |
GetUser.getResponseClass()
Returns the response class.
|
com.google.gson.reflect.TypeToken<ModrinthUser> |
GetSelf.getResponseClass()
Returns the response class.
|
CompletableFuture<ModrinthUser> |
UserEndpoints.getSelf()
Gets the current user from the API
|
CompletableFuture<List<ModrinthUser>> |
UserEndpoints.getUser(List<String> ids)
Gets multiple users by their IDs.
|
CompletableFuture<List<ModrinthUser>> |
UserEndpoints.getUser(String... ids)
Gets multiple users by their IDs.
|
CompletableFuture<ModrinthUser> |
UserEndpoints.getUser(String id)
Gets a user by their ID or username
|
Copyright © 2026. All rights reserved.