Package net.minecraft.client.realms.dto
Class UploadInfo
java.lang.Object
net.minecraft.client.realms.dto.ValueObject
net.minecraft.client.realms.dto.UploadInfo
@Environment(CLIENT) public class UploadInfo extends ValueObject
-
Field Summary
Fields Modifier and Type Field Description private static Patternfield_26467private static LoggerLOGGERprivate Stringtokenprivate URIuploadEndpointprivate booleanworldClosed -
Constructor Summary
Constructors Modifier Constructor Description privateUploadInfo(boolean worldClosed, String token, URI uploadEndpoint) -
Method Summary
Modifier and Type Method Description static StringcreateRequestContent(String token)StringgetToken()URIgetUploadEndpoint()booleanisWorldClosed()private static intmethod_30861(int int2, int int3)static URImethod_30862(String string, int int2)private static Stringmethod_30863(String string, Matcher matcher)static UploadInfoparse(String json)Methods inherited from class net.minecraft.client.realms.dto.ValueObject
toString
-
Field Details
-
LOGGER
-
field_26467
-
worldClosed
private final boolean worldClosed -
token
-
uploadEndpoint
-
-
Constructor Details
-
UploadInfo
-
-
Method Details
-
parse
-
method_30862
-
method_30861
private static int method_30861(int int2, int int3) -
method_30863
-
createRequestContent
-
getToken
-
getUploadEndpoint
-
isWorldClosed
public boolean isWorldClosed()
-