Uses of Record Class
com.mojang.authlib.minecraft.report.ReportedEntity
Packages that use ReportedEntity
-
Uses of ReportedEntity in com.mojang.authlib.minecraft.report
Fields in com.mojang.authlib.minecraft.report declared as ReportedEntityModifier and TypeFieldDescriptionprivate final ReportedEntityAbuseReport.reportedEntityThe field for thereportedEntityrecord component.Methods in com.mojang.authlib.minecraft.report that return ReportedEntityModifier and TypeMethodDescriptionAbuseReport.reportedEntity()Returns the value of thereportedEntityrecord component.Methods in com.mojang.authlib.minecraft.report with parameters of type ReportedEntityModifier and TypeMethodDescriptionstatic AbuseReportAbuseReport.chat(String opinionComments, String reason, ReportEvidence evidence, ReportedEntity reportedEntity, Instant createdTime) static AbuseReportAbuseReport.name(String opinionComments, ReportedEntity reportedEntity, Instant createdTime) static AbuseReportAbuseReport.skin(String opinionComments, String reason, String skinUrl, ReportedEntity reportedEntity, Instant createdTime) Constructors in com.mojang.authlib.minecraft.report with parameters of type ReportedEntityModifierConstructorDescriptionAbuseReport(String opinionComments, String reason, ReportEvidence evidence, String skinUrl, ReportedEntity reportedEntity, Instant createdTime) Creates an instance of aAbuseReportrecord class.