Class RetryCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.minecraft.client.realms.exception.RealmsServiceException
net.minecraft.client.realms.exception.RetryCallException
- All Implemented Interfaces:
Serializable
- See Also:
- Mappings:
Namespace Name named net/minecraft/client/realms/exception/RetryCallException
intermediary net/minecraft/class_4356
official fce
-
Field Summary
FieldsFields inherited from class net.minecraft.client.realms.exception.RealmsServiceException
error
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.realms.exception.RealmsServiceException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_DELAY_SECONDS
public static final int DEFAULT_DELAY_SECONDS- See Also:
- Mappings:
Namespace Name Mixin selector named DEFAULT_DELAY_SECONDS
Lnet/minecraft/client/realms/exception/RetryCallException;DEFAULT_DELAY_SECONDS:I
intermediary field_32118
Lnet/minecraft/class_4356;field_32118:I
official b
Lfce;b:I
-
delaySeconds
public final int delaySeconds- Mappings:
Namespace Name Mixin selector named delaySeconds
Lnet/minecraft/client/realms/exception/RetryCallException;delaySeconds:I
intermediary field_19608
Lnet/minecraft/class_4356;field_19608:I
official c
Lfce;c:I
-
-
Constructor Details