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$bintermediary net/minecraft/class_7563$class_7565named net/minecraft/class_7563$class_7565official aintermediary comp_875named environmentofficial bintermediary comp_876named userApiService
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_7563
class_7563.class_7564, class_7563.class_7565 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final class_7569The field for theenvironmentrecord component.private static final Textprivate static final Textprivate static final Textprivate final com.mojang.authlib.minecraft.UserApiServiceThe field for theuserApiServicerecord component. -
Constructor Summary
ConstructorsConstructorDescriptionclass_7565(class_7569 class_7569, com.mojang.authlib.minecraft.UserApiService userApiService) -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theenvironmentrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanCompletableFuture<com.mojang.datafixers.util.Unit>method_44563(UUID uUID, com.mojang.authlib.minecraft.report.AbuseReport abuseReport) com.mojang.authlib.minecraft.report.AbuseReportLimitsprivate Textmethod_44565(com.mojang.authlib.exceptions.MinecraftClientException minecraftClientException) private Textmethod_44566(com.mojang.authlib.exceptions.MinecraftClientHttpException minecraftClientHttpException) final StringtoString()Returns a string representation of this record class.com.mojang.authlib.minecraft.UserApiServiceReturns the value of theuserApiServicerecord component.
-
Field Details
-
environment
The field for theenvironmentrecord component. -
userApiService
private final com.mojang.authlib.minecraft.UserApiService userApiServiceThe field for theuserApiServicerecord component. -
field_39642
- Mappings:
Namespace Name Mixin selector official cLeum$b;c:Lrm;intermediary field_39642Lnet/minecraft/class_7563$class_7565;field_39642:Lnet/minecraft/class_2561;named field_39642Lnet/minecraft/class_7563$class_7565;field_39642:Lnet/minecraft/text/Text;
-
field_39643
- Mappings:
Namespace Name Mixin selector official dLeum$b;d:Lrm;intermediary field_39643Lnet/minecraft/class_7563$class_7565;field_39643:Lnet/minecraft/class_2561;named field_39643Lnet/minecraft/class_7563$class_7565;field_39643:Lnet/minecraft/text/Text;
-
field_39644
- Mappings:
Namespace Name Mixin selector official eLeum$b;e:Lrm;intermediary field_39644Lnet/minecraft/class_7563$class_7565;field_39644:Lnet/minecraft/class_2561;named field_39644Lnet/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_44563in interfaceclass_7563- Mappings:
Namespace Name Mixin selector official aLeum;a(Ljava/util/UUID;Lcom/mojang/authlib/minecraft/report/AbuseReport;)Ljava/util/concurrent/CompletableFuture;intermediary method_44563Lnet/minecraft/class_7563;method_44563(Ljava/util/UUID;Lcom/mojang/authlib/minecraft/report/AbuseReport;)Ljava/util/concurrent/CompletableFuture;named method_44563Lnet/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_44561in interfaceclass_7563- Mappings:
Namespace Name Mixin selector official aLeum;a()Zintermediary method_44561Lnet/minecraft/class_7563;method_44561()Znamed method_44561Lnet/minecraft/class_7563;method_44561()Z
-
method_44566
private Text method_44566(com.mojang.authlib.exceptions.MinecraftClientHttpException minecraftClientHttpException) - Mappings:
Namespace Name Mixin selector official aLeum$b;a(Lcom/mojang/authlib/exceptions/MinecraftClientHttpException;)Lrm;intermediary method_44566Lnet/minecraft/class_7563$class_7565;method_44566(Lcom/mojang/authlib/exceptions/MinecraftClientHttpException;)Lnet/minecraft/class_2561;named method_44566Lnet/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 aLeum$b;a(Lcom/mojang/authlib/exceptions/MinecraftClientException;)Lrm;intermediary method_44565Lnet/minecraft/class_7563$class_7565;method_44565(Lcom/mojang/authlib/exceptions/MinecraftClientException;)Lnet/minecraft/class_2561;named method_44565Lnet/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_44564in interfaceclass_7563- Mappings:
Namespace Name Mixin selector official bLeum;b()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;intermediary method_44564Lnet/minecraft/class_7563;method_44564()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;named method_44564Lnet/minecraft/class_7563;method_44564()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
environment
Returns the value of theenvironmentrecord component.- Returns:
- the value of the
environmentrecord component
-
userApiService
public com.mojang.authlib.minecraft.UserApiService userApiService()Returns the value of theuserApiServicerecord component.- Returns:
- the value of the
userApiServicerecord component
-