Package net.minecraft

Record Class class_7563.class_7565

java.lang.Object
java.lang.Record
net.minecraft.class_7563.class_7565
Record Components:
environment -
userApiService -
All Implemented Interfaces:
class_7563
Enclosing interface:
class_7563

@Environment(CLIENT) public static record class_7563.class_7565(class_7569 environment, com.mojang.authlib.minecraft.UserApiService userApiService) extends Record implements class_7563
Mappings:
Namespace Name
official eum$b
intermediary net/minecraft/class_7563$class_7565
named net/minecraft/class_7563$class_7565
official a
intermediary comp_875
named environment
official b
intermediary comp_876
named userApiService
  • Field Details

    • environment

      private final class_7569 environment
      The field for the environment record component.
    • userApiService

      private final com.mojang.authlib.minecraft.UserApiService userApiService
      The field for the userApiService record component.
    • field_39642

      private static final Text field_39642
      Mappings:
      Namespace Name Mixin selector
      official c Leum$b;c:Lrm;
      intermediary field_39642 Lnet/minecraft/class_7563$class_7565;field_39642:Lnet/minecraft/class_2561;
      named field_39642 Lnet/minecraft/class_7563$class_7565;field_39642:Lnet/minecraft/text/Text;
    • field_39643

      private static final Text field_39643
      Mappings:
      Namespace Name Mixin selector
      official d Leum$b;d:Lrm;
      intermediary field_39643 Lnet/minecraft/class_7563$class_7565;field_39643:Lnet/minecraft/class_2561;
      named field_39643 Lnet/minecraft/class_7563$class_7565;field_39643:Lnet/minecraft/text/Text;
    • field_39644

      private static final Text field_39644
      Mappings:
      Namespace Name Mixin selector
      official e Leum$b;e:Lrm;
      intermediary field_39644 Lnet/minecraft/class_7563$class_7565;field_39644:Lnet/minecraft/class_2561;
      named field_39644 Lnet/minecraft/class_7563$class_7565;field_39644:Lnet/minecraft/text/Text;
  • Constructor Details

    • class_7565

      public class_7565(class_7569 class_7569, com.mojang.authlib.minecraft.UserApiService userApiService)
  • Method Details

    • method_44563

      public CompletableFuture<com.mojang.datafixers.util.Unit> method_44563(UUID uUID, com.mojang.authlib.minecraft.report.AbuseReport abuseReport)
      Specified by:
      method_44563 in interface class_7563
      Mappings:
      Namespace Name Mixin selector
      official a Leum;a(Ljava/util/UUID;Lcom/mojang/authlib/minecraft/report/AbuseReport;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_44563 Lnet/minecraft/class_7563;method_44563(Ljava/util/UUID;Lcom/mojang/authlib/minecraft/report/AbuseReport;)Ljava/util/concurrent/CompletableFuture;
      named method_44563 Lnet/minecraft/class_7563;method_44563(Ljava/util/UUID;Lcom/mojang/authlib/minecraft/report/AbuseReport;)Ljava/util/concurrent/CompletableFuture;
    • method_44561

      public boolean method_44561()
      Specified by:
      method_44561 in interface class_7563
      Mappings:
      Namespace Name Mixin selector
      official a Leum;a()Z
      intermediary method_44561 Lnet/minecraft/class_7563;method_44561()Z
      named method_44561 Lnet/minecraft/class_7563;method_44561()Z
    • method_44566

      private Text method_44566(com.mojang.authlib.exceptions.MinecraftClientHttpException minecraftClientHttpException)
      Mappings:
      Namespace Name Mixin selector
      official a Leum$b;a(Lcom/mojang/authlib/exceptions/MinecraftClientHttpException;)Lrm;
      intermediary method_44566 Lnet/minecraft/class_7563$class_7565;method_44566(Lcom/mojang/authlib/exceptions/MinecraftClientHttpException;)Lnet/minecraft/class_2561;
      named method_44566 Lnet/minecraft/class_7563$class_7565;method_44566(Lcom/mojang/authlib/exceptions/MinecraftClientHttpException;)Lnet/minecraft/text/Text;
    • method_44565

      private Text method_44565(com.mojang.authlib.exceptions.MinecraftClientException minecraftClientException)
      Mappings:
      Namespace Name Mixin selector
      official a Leum$b;a(Lcom/mojang/authlib/exceptions/MinecraftClientException;)Lrm;
      intermediary method_44565 Lnet/minecraft/class_7563$class_7565;method_44565(Lcom/mojang/authlib/exceptions/MinecraftClientException;)Lnet/minecraft/class_2561;
      named method_44565 Lnet/minecraft/class_7563$class_7565;method_44565(Lcom/mojang/authlib/exceptions/MinecraftClientException;)Lnet/minecraft/text/Text;
    • method_44564

      public com.mojang.authlib.minecraft.report.AbuseReportLimits method_44564()
      Specified by:
      method_44564 in interface class_7563
      Mappings:
      Namespace Name Mixin selector
      official b Leum;b()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;
      intermediary method_44564 Lnet/minecraft/class_7563;method_44564()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;
      named method_44564 Lnet/minecraft/class_7563;method_44564()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;
    • 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. All components in this record class are compared with Objects::equals(Object,Object).
      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.
    • environment

      public class_7569 environment()
      Returns the value of the environment record component.
      Returns:
      the value of the environment record component
    • userApiService

      public com.mojang.authlib.minecraft.UserApiService userApiService()
      Returns the value of the userApiService record component.
      Returns:
      the value of the userApiService record component