Uses of Record Class
com.mojang.authlib.minecraft.report.ReportEvidence
Packages that use ReportEvidence
Package
Description
-
Uses of ReportEvidence in com.mojang.authlib.minecraft.report
Fields in com.mojang.authlib.minecraft.report declared as ReportEvidenceModifier and TypeFieldDescriptionprivate final ReportEvidenceAbuseReport.evidenceThe field for theevidencerecord component.Methods in com.mojang.authlib.minecraft.report that return ReportEvidenceModifier and TypeMethodDescriptionAbuseReport.evidence()Returns the value of theevidencerecord component.Methods in com.mojang.authlib.minecraft.report with parameters of type ReportEvidenceModifier and TypeMethodDescriptionstatic AbuseReportAbuseReport.chat(String opinionComments, String reason, ReportEvidence evidence, ReportedEntity reportedEntity, Instant createdTime) Constructors in com.mojang.authlib.minecraft.report with parameters of type ReportEvidenceModifierConstructorDescriptionAbuseReport(String opinionComments, String reason, ReportEvidence evidence, String skinUrl, ReportedEntity reportedEntity, Instant createdTime) Creates an instance of aAbuseReportrecord class. -
Uses of ReportEvidence in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return ReportEvidenceModifier and TypeMethodDescriptionprivate ReportEvidenceChatReport.Builder.buildEvidence(ReportingContext reportingContext)