Uses of Class
net.minecraft.client.realms.RealmsError
| Package | Description |
|---|---|
| net.minecraft.client.realms | |
| net.minecraft.client.realms.exception |
-
Uses of RealmsError in net.minecraft.client.realms
Methods in net.minecraft.client.realms that return RealmsError Modifier and Type Method Description static RealmsErrorRealmsError. create(String error) -
Uses of RealmsError in net.minecraft.client.realms.exception
Constructors in net.minecraft.client.realms.exception with parameters of type RealmsError Constructor Description RealmsServiceException(int httpResultCode, String httpResponseText, RealmsError error)