Uses of Record Class
com.mojang.authlib.minecraft.report.AbuseReport
Packages that use AbuseReport
Package
Description
-
Uses of AbuseReport in com.mojang.authlib.minecraft.report
Methods in com.mojang.authlib.minecraft.report that return AbuseReportModifier 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) -
Uses of AbuseReport in com.mojang.authlib.yggdrasil.request
Fields in com.mojang.authlib.yggdrasil.request declared as AbuseReportModifier and TypeFieldDescriptionprivate final AbuseReportAbuseReportRequest.reportThe field for thereportrecord component.Methods in com.mojang.authlib.yggdrasil.request that return AbuseReportModifier and TypeMethodDescriptionAbuseReportRequest.report()Returns the value of thereportrecord component.Constructors in com.mojang.authlib.yggdrasil.request with parameters of type AbuseReportModifierConstructorDescriptionAbuseReportRequest(int version, UUID id, AbuseReport report, AbuseReportRequest.ClientInfo clientInfo, AbuseReportRequest.ThirdPartyServerInfo thirdPartyServerInfo, AbuseReportRequest.RealmInfo realmInfo, String reportType) Creates an instance of aAbuseReportRequestrecord class. -
Uses of AbuseReport in net.minecraft.client.multiplayer.chat.report
Fields in net.minecraft.client.multiplayer.chat.report declared as AbuseReportModifier and TypeFieldDescriptionprivate final AbuseReportReport.Result.reportThe field for thereportrecord component.Methods in net.minecraft.client.multiplayer.chat.report that return AbuseReportModifier and TypeMethodDescriptionReport.Result.report()Returns the value of thereportrecord component.Methods in net.minecraft.client.multiplayer.chat.report with parameters of type AbuseReportModifier and TypeMethodDescriptionAbuseReportSender.send(UUID id, ReportType reportType, AbuseReport report) AbuseReportSender.Services.send(UUID id, ReportType reportType, AbuseReport report) Constructors in net.minecraft.client.multiplayer.chat.report with parameters of type AbuseReportModifierConstructorDescriptionResult(UUID id, ReportType reportType, AbuseReport report) Creates an instance of aResultrecord class.