Uses of Record Class
com.mojang.realmsclient.client.RealmsError.CustomError
Packages that use RealmsError.CustomError
-
Uses of RealmsError.CustomError in com.mojang.realmsclient.client
Fields in com.mojang.realmsclient.client declared as RealmsError.CustomErrorModifier and TypeFieldDescriptionstatic final RealmsError.CustomError
RealmsError.CustomError.SERVICE_BUSY
Methods in com.mojang.realmsclient.client that return RealmsError.CustomErrorModifier and TypeMethodDescriptionstatic RealmsError.CustomError
RealmsError.CustomError.configurationError()
static RealmsError.CustomError
RealmsError.CustomError.connectivityError
(RealmsHttpException pPayload) static RealmsError.CustomError
RealmsError.CustomError.htmlPayload
(int pHttpCode, String pPayload) static RealmsError.CustomError
RealmsError.CustomError.noPayload
(int pHttpCode) static RealmsError.CustomError
RealmsError.CustomError.retry
(int pHttpCode) static RealmsError.CustomError
RealmsError.CustomError.unknownCompatibilityResponse
(String pPayload)