Interface AbuseReportSender

All Known Implementing Classes:
AbuseReportSender.Services

public interface AbuseReportSender
  • Method Details

    • create

      static AbuseReportSender create(ReportEnvironment p_239536_, com.mojang.authlib.minecraft.UserApiService p_239537_)
    • send

      CompletableFuture<com.mojang.datafixers.util.Unit> send(UUID p_239838_, com.mojang.authlib.minecraft.report.AbuseReport p_239839_)
    • isEnabled

      boolean isEnabled()
    • reportLimits

      default com.mojang.authlib.minecraft.report.AbuseReportLimits reportLimits()