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 fbg$b
named httpCode
intermediary comp_1596
official e
named payload
intermediary comp_1597
official f
  • Field Details

    • httpCode

      private final int httpCode
      The field for the httpCode record component.
    • payload

      @Nullable private final @Nullable Text payload
      The field for the payload record component.
    • SERVICE_BUSY

      public static final RealmsError.SimpleHttpError 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 Lfbg$b;c:Lfbg$b;
    • RETRY_TEXT

      public static final Text 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 Lfbg$b;d:Lwu;
  • Constructor Details

  • Method Details

    • unknownCompatibility

      public static RealmsError.SimpleHttpError unknownCompatibility(String response)
      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 Lfbg$b;a(Ljava/lang/String;)Lfbg$b;
    • connectivity

      public static RealmsError.SimpleHttpError connectivity(RealmsHttpException exception)
      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 Lfbg$b;a(Lfcq;)Lfbg$b;
    • retryable

      public static RealmsError.SimpleHttpError retryable(int statusCode)
      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 Lfbg$b;a(I)Lfbg$b;
    • statusCodeOnly

      public static RealmsError.SimpleHttpError statusCodeOnly(int statusCode)
      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 Lfbg$b;b(I)Lfbg$b;
    • getErrorCode

      public int getErrorCode()
      Specified by:
      getErrorCode in 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 Lfbg;a()I
    • getText

      public Text getText()
      Specified by:
      getText in 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 Lfbg;b()Lwu;
    • getErrorMessage

      public String getErrorMessage()
      Specified by:
      getErrorMessage in 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 Lfbg;c()Ljava/lang/String;
    • toString

      public final String toString()
      Returns 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • hashCode

      public 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      Indicates 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 with Objects::equals(Object,Object); primitive components are compared with '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • httpCode

      public int httpCode()
      Returns the value of the httpCode record component.
      Returns:
      the value of the httpCode record component
    • payload

      @Nullable public @Nullable Text payload()
      Returns the value of the payload record component.
      Returns:
      the value of the payload record component