Package net.minecraft.client.realms
Class RealmsError
java.lang.Object
net.minecraft.client.realms.RealmsError
@Environment(CLIENT) public class RealmsError extends Object
-
Field Summary
Fields Modifier and Type Field Description private interrorCodeprivate StringerrorMessageprivate static LoggerLOGGER -
Constructor Summary
Constructors Modifier Constructor Description privateRealmsError(String errorMessage, int errorCode) -
Method Summary
Modifier and Type Method Description static RealmsErrorcreate(String error)intgetErrorCode()StringgetErrorMessage()
-
Field Details
-
LOGGER
-
errorMessage
-
errorCode
private final int errorCode
-
-
Constructor Details
-
RealmsError
-
-
Method Details
-
create
-
getErrorMessage
-
getErrorCode
public int getErrorCode()
-