接口 AbuseReportSender

所有已知实现类:
AbuseReportSender.Services

public interface AbuseReportSender
  • 方法详细资料

    • create

      static AbuseReportSender create(ReportEnvironment pEnvironment, com.mojang.authlib.minecraft.UserApiService pUserApiService)
    • send

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

      boolean isEnabled()
    • reportLimits

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