Class ChatReport.Builder
java.lang.Object
net.minecraft.client.multiplayer.chat.report.Report.Builder<ChatReport>
net.minecraft.client.multiplayer.chat.report.ChatReport.Builder
- Enclosing class:
- ChatReport
- 
Field SummaryFields inherited from class net.minecraft.client.multiplayer.chat.report.Report.Builderlimits, report
- 
Constructor SummaryConstructorsConstructorDescriptionBuilder(ChatReport p_299929_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_299930_) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Report.Result,Report.CannotBuildReason> build(ReportingContext p_299928_) private com.mojang.authlib.minecraft.report.ReportEvidencebuildEvidence(ReportingContext p_299855_) private com.mojang.authlib.minecraft.report.ReportChatMessagebuildReportedChatMessage(LoggedChatMessage.Player p_299916_, boolean p_299962_) copy()booleanbooleanisReported(int p_299830_) it.unimi.dsi.fastutil.ints.IntSetvoidtoggleReported(int p_299851_) Methods inherited from class net.minecraft.client.multiplayer.chat.report.Report.Buildercomments, reason, report, reportedProfileId, setComments, setReason
- 
Constructor Details- 
Builderpublic Builder(ChatReport p_299929_, com.mojang.authlib.minecraft.report.AbuseReportLimits p_299930_) 
- 
Builder
 
- 
- 
Method Details- 
reportedMessagespublic it.unimi.dsi.fastutil.ints.IntSet reportedMessages()
- 
toggleReportedpublic void toggleReported(int p_299851_) 
- 
isReportedpublic boolean isReported(int p_299830_) 
- 
hasContentpublic boolean hasContent()- Specified by:
- hasContentin class- Report.Builder<ChatReport>
 
- 
checkBuildable- Specified by:
- checkBuildablein class- Report.Builder<ChatReport>
 
- 
buildpublic com.mojang.datafixers.util.Either<Report.Result,Report.CannotBuildReason> build(ReportingContext p_299928_) - Specified by:
- buildin class- Report.Builder<ChatReport>
 
- 
buildEvidenceprivate com.mojang.authlib.minecraft.report.ReportEvidence buildEvidence(ReportingContext p_299855_) 
- 
buildReportedChatMessageprivate com.mojang.authlib.minecraft.report.ReportChatMessage buildReportedChatMessage(LoggedChatMessage.Player p_299916_, boolean p_299962_) 
- 
copy
 
-