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