public class BedrockAuthManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BedrockAuthManager.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BedrockAuthManager.Builder |
create(net.lenni0451.commons.httpclient.HttpClient httpClient,
java.lang.String gameVersion) |
static BedrockAuthManager |
fromJson(net.lenni0451.commons.httpclient.HttpClient httpClient,
java.lang.String gameVersion,
net.lenni0451.commons.gson.elements.GsonObject json) |
static BedrockAuthManager |
fromJson(net.lenni0451.commons.httpclient.HttpClient httpClient,
java.lang.String gameVersion,
com.google.gson.JsonObject json) |
static com.google.gson.JsonObject |
toJson(BedrockAuthManager authManager) |
public static BedrockAuthManager fromJson(net.lenni0451.commons.httpclient.HttpClient httpClient, java.lang.String gameVersion, com.google.gson.JsonObject json)
public static BedrockAuthManager fromJson(net.lenni0451.commons.httpclient.HttpClient httpClient, java.lang.String gameVersion, net.lenni0451.commons.gson.elements.GsonObject json)
public static com.google.gson.JsonObject toJson(BedrockAuthManager authManager)
public static BedrockAuthManager.Builder create(net.lenni0451.commons.httpclient.HttpClient httpClient, java.lang.String gameVersion)