Interface AbuseReportSender
- All Known Implementing Classes:
AbuseReportSender.Services
public interface AbuseReportSender
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static final record
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbuseReportSender
create
(ReportEnvironment p_239536_, com.mojang.authlib.minecraft.UserApiService p_239537_) boolean
default com.mojang.authlib.minecraft.report.AbuseReportLimits
CompletableFuture<com.mojang.datafixers.util.Unit>
send
(UUID p_239838_, ReportType p_300001_, com.mojang.authlib.minecraft.report.AbuseReport p_239839_)
-
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_, ReportType p_300001_, com.mojang.authlib.minecraft.report.AbuseReport p_239839_) -
isEnabled
boolean isEnabled() -
reportLimits
default com.mojang.authlib.minecraft.report.AbuseReportLimits reportLimits()
-