Interface AbuseReportSender

All Known Implementing Classes:
AbuseReportSender.Impl

@Environment(CLIENT) public interface AbuseReportSender
Mappings:
Namespace Name
official ezp
intermediary net/minecraft/class_7563
named net/minecraft/client/report/AbuseReportSender
  • Method Details

    • create

      static AbuseReportSender create(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService)
      Mappings:
      Namespace Name Mixin selector
      official a Lezp;a(Lezs;Lcom/mojang/authlib/minecraft/UserApiService;)Lezp;
      intermediary method_44562 Lnet/minecraft/class_7563;method_44562(Lnet/minecraft/class_7569;Lcom/mojang/authlib/minecraft/UserApiService;)Lnet/minecraft/class_7563;
      named create Lnet/minecraft/client/report/AbuseReportSender;create(Lnet/minecraft/client/report/ReporterEnvironment;Lcom/mojang/authlib/minecraft/UserApiService;)Lnet/minecraft/client/report/AbuseReportSender;
    • send

      CompletableFuture<com.mojang.datafixers.util.Unit> send(UUID id, com.mojang.authlib.minecraft.report.AbuseReport report)
      Mappings:
      Namespace Name Mixin selector
      official a Lezp;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 send Lnet/minecraft/client/report/AbuseReportSender;send(Ljava/util/UUID;Lcom/mojang/authlib/minecraft/report/AbuseReport;)Ljava/util/concurrent/CompletableFuture;
    • canSendReports

      boolean canSendReports()
      Mappings:
      Namespace Name Mixin selector
      official a Lezp;a()Z
      intermediary method_44561 Lnet/minecraft/class_7563;method_44561()Z
      named canSendReports Lnet/minecraft/client/report/AbuseReportSender;canSendReports()Z
    • getLimits

      default com.mojang.authlib.minecraft.report.AbuseReportLimits getLimits()
      Mappings:
      Namespace Name Mixin selector
      official b Lezp;b()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;
      intermediary method_44564 Lnet/minecraft/class_7563;method_44564()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;
      named getLimits Lnet/minecraft/client/report/AbuseReportSender;getLimits()Lcom/mojang/authlib/minecraft/report/AbuseReportLimits;