Class ReportingContext
java.lang.Object
net.minecraft.client.multiplayer.chat.report.ReportingContext
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ChatLogprivate Reportprivate final ReportEnvironmentprivate static final intprivate final AbuseReportSender
- 
Constructor SummaryConstructorsConstructorDescriptionReportingContext(AbuseReportSender p_239187_, ReportEnvironment p_239188_, ChatLog p_239189_) 
- 
Method SummaryModifier and TypeMethodDescriptionchatLog()static ReportingContextcreate(ReportEnvironment p_239686_, com.mojang.authlib.minecraft.UserApiService p_239687_) voiddraftReportHandled(Minecraft p_261771_, Screen p_261866_, Runnable p_262031_, boolean p_261540_) booleanbooleanhasDraftReportFor(UUID p_254340_) booleanmatches(ReportEnvironment p_239734_) sender()voidsetReportDraft(Report p_299889_) 
- 
Field Details- 
LOG_CAPACITYprivate static final int LOG_CAPACITY- See Also:
 
- 
sender
- 
environment
- 
chatLog
- 
draftReport
 
- 
- 
Constructor Details- 
ReportingContextpublic ReportingContext(AbuseReportSender p_239187_, ReportEnvironment p_239188_, ChatLog p_239189_) 
 
- 
- 
Method Details- 
createpublic static ReportingContext create(ReportEnvironment p_239686_, com.mojang.authlib.minecraft.UserApiService p_239687_) 
- 
draftReportHandled
- 
sender
- 
chatLog
- 
matches
- 
setReportDraft
- 
hasDraftReportpublic boolean hasDraftReport()
- 
hasDraftReportFor
 
-