yarn/mappings/net/minecraft/client/session/report/AbuseReportSender.mapping

20 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-09-02 12:04:14 -04:00
CLASS net/minecraft/class_7563 net/minecraft/client/session/report/AbuseReportSender
METHOD method_44561 canSendReports ()Z
METHOD method_44562 create (Lnet/minecraft/class_7569;Lcom/mojang/authlib/minecraft/UserApiService;)Lnet/minecraft/class_7563;
ARG 0 environment
ARG 1 userApiService
2023-08-17 11:26:56 -04:00
METHOD method_44563 send (Ljava/util/UUID;Lnet/minecraft/class_8776;Lcom/mojang/authlib/minecraft/report/AbuseReport;)Ljava/util/concurrent/CompletableFuture;
ARG 1 id
2023-08-18 04:26:43 -04:00
ARG 2 type
ARG 3 report
METHOD method_44564 getLimits ()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;
CLASS class_7564 AbuseReportException
CLASS class_7565 Impl
FIELD field_39642 SERVICE_UNAVAILABLE_ERROR_TEXT Lnet/minecraft/class_2561;
FIELD field_39643 HTTP_ERROR_TEXT Lnet/minecraft/class_2561;
FIELD field_39644 JSON_ERROR_TEXT Lnet/minecraft/class_2561;
METHOD method_44565 getErrorText (Lcom/mojang/authlib/exceptions/MinecraftClientException;)Lnet/minecraft/class_2561;
ARG 1 exception
METHOD method_44566 getErrorText (Lcom/mojang/authlib/exceptions/MinecraftClientHttpException;)Lnet/minecraft/class_2561;
ARG 1 exception