Package net.minecraft.client.realms
Record Class RealmsError.SimpleHttpError
java.lang.Object
java.lang.Record
net.minecraft.client.realms.RealmsError.SimpleHttpError
- Record Components:
- httpCode-
- payload-
- All Implemented Interfaces:
- RealmsError
- Enclosing interface:
- RealmsError
@Environment(CLIENT)
public static record RealmsError.SimpleHttpError(int httpCode, @Nullable Text payload)
extends Record
implements RealmsError
- Mappings:
- Namespace - Name - named - net/minecraft/client/realms/RealmsError$SimpleHttpError- intermediary - net/minecraft/class_4345$class_8653- official - fgn$b- named - httpCode- intermediary - comp_1596- official - e- named - payload- intermediary - comp_1597- official - f
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.client.realms.RealmsErrorRealmsError.AuthenticationError, RealmsError.DetailedHttpError, RealmsError.RawHttpPayloadError, RealmsError.SimpleHttpError
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intThe field for thehttpCoderecord component.The field for thepayloadrecord component.static final Textstatic final RealmsError.SimpleHttpErrorFields inherited from interface net.minecraft.client.realms.RealmsErrorLOGGER, NO_DETAILS_TEXT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RealmsError.SimpleHttpErrorconnectivity(RealmsHttpException exception) final booleanIndicates whether some other object is "equal to" this one.intgetText()final inthashCode()Returns a hash code value for this object.inthttpCode()Returns the value of thehttpCoderecord component.payload()Returns the value of thepayloadrecord component.static RealmsError.SimpleHttpErrorretryable(int statusCode) static RealmsError.SimpleHttpErrorstatusCodeOnly(int statusCode) final StringtoString()Returns a string representation of this record class.static RealmsError.SimpleHttpErrorunknownCompatibility(String response) 
- 
Field Details- 
httpCodeprivate final int httpCodeThe field for thehttpCoderecord component.
- 
payloadThe field for thepayloadrecord component.
- 
SERVICE_BUSY- Mappings:
- Namespace - Name - Mixin selector - named - SERVICE_BUSY- Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;SERVICE_BUSY:Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;- intermediary - field_45235- Lnet/minecraft/class_4345$class_8653;field_45235:Lnet/minecraft/class_4345$class_8653;- official - c- Lfgn$b;c:Lfgn$b;
 
- 
RETRY_TEXT- Mappings:
- Namespace - Name - Mixin selector - named - RETRY_TEXT- Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;RETRY_TEXT:Lnet/minecraft/text/Text;- intermediary - field_45236- Lnet/minecraft/class_4345$class_8653;field_45236:Lnet/minecraft/class_2561;- official - d- Lfgn$b;d:Lwp;
 
 
- 
- 
Constructor Details- 
SimpleHttpError
 
- 
- 
Method Details- 
unknownCompatibility- Mappings:
- Namespace - Name - Mixin selector - named - unknownCompatibility- Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;unknownCompatibility(Ljava/lang/String;)Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;- intermediary - method_52660- Lnet/minecraft/class_4345$class_8653;method_52660(Ljava/lang/String;)Lnet/minecraft/class_4345$class_8653;- official - a- Lfgn$b;a(Ljava/lang/String;)Lfgn$b;
 
- 
connectivity- Mappings:
- Namespace - Name - Mixin selector - named - connectivity- Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;connectivity(Lnet/minecraft/client/realms/exception/RealmsHttpException;)Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;- intermediary - method_52659- Lnet/minecraft/class_4345$class_8653;method_52659(Lnet/minecraft/class_4354;)Lnet/minecraft/class_4345$class_8653;- official - a- Lfgn$b;a(Lfig;)Lfgn$b;
 
- 
retryable- Mappings:
- Namespace - Name - Mixin selector - named - retryable- Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;retryable(I)Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;- intermediary - method_52658- Lnet/minecraft/class_4345$class_8653;method_52658(I)Lnet/minecraft/class_4345$class_8653;- official - a- Lfgn$b;a(I)Lfgn$b;
 
- 
statusCodeOnly- Mappings:
- Namespace - Name - Mixin selector - named - statusCodeOnly- Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;statusCodeOnly(I)Lnet/minecraft/client/realms/RealmsError$SimpleHttpError;- intermediary - method_52661- Lnet/minecraft/class_4345$class_8653;method_52661(I)Lnet/minecraft/class_4345$class_8653;- official - b- Lfgn$b;b(I)Lfgn$b;
 
- 
getErrorCodepublic int getErrorCode()- Specified by:
- getErrorCodein interface- RealmsError
- Mappings:
- Namespace - Name - Mixin selector - named - getErrorCode- Lnet/minecraft/client/realms/RealmsError;getErrorCode()I- intermediary - method_21037- Lnet/minecraft/class_4345;method_21037()I- official - a- Lfgn;a()I
 
- 
getText- Specified by:
- getTextin interface- RealmsError
- Mappings:
- Namespace - Name - Mixin selector - named - getText- Lnet/minecraft/client/realms/RealmsError;getText()Lnet/minecraft/text/Text;- intermediary - method_52657- Lnet/minecraft/class_4345;method_52657()Lnet/minecraft/class_2561;- official - b- Lfgn;b()Lwp;
 
- 
getErrorMessage- Specified by:
- getErrorMessagein interface- RealmsError
- Mappings:
- Namespace - Name - Mixin selector - named - getErrorMessage- Lnet/minecraft/client/realms/RealmsError;getErrorMessage()Ljava/lang/String;- intermediary - method_21036- Lnet/minecraft/class_4345;method_21036()Ljava/lang/String;- official - c- Lfgn;c()Ljava/lang/String;
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='.
- 
httpCodepublic int httpCode()Returns the value of thehttpCoderecord component.- Returns:
- the value of the httpCoderecord component
 
- 
payloadReturns the value of thepayloadrecord component.- Returns:
- the value of the payloadrecord component
 
 
-