Interface AbuseReportSender
- All Known Implementing Classes:
- AbuseReportSender.Services
public interface AbuseReportSender
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classstatic final record
- 
Method SummaryModifier 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- 
createstatic AbuseReportSender create(ReportEnvironment p_239536_, com.mojang.authlib.minecraft.UserApiService p_239537_) 
- 
sendCompletableFuture<com.mojang.datafixers.util.Unit> send(UUID p_239838_, ReportType p_300399_, com.mojang.authlib.minecraft.report.AbuseReport p_239839_) 
- 
isEnabledboolean isEnabled()
- 
reportLimitsdefault com.mojang.authlib.minecraft.report.AbuseReportLimits reportLimits()
 
-