Uses of Record Class
com.mojang.authlib.yggdrasil.request.AbuseReportRequest.ClientInfo
Packages that use AbuseReportRequest.ClientInfo
Package
Description
-
Uses of AbuseReportRequest.ClientInfo in com.mojang.authlib.yggdrasil.request
Fields in com.mojang.authlib.yggdrasil.request declared as AbuseReportRequest.ClientInfoModifier and TypeFieldDescriptionprivate final AbuseReportRequest.ClientInfoAbuseReportRequest.clientInfoThe field for theclientInforecord component.Methods in com.mojang.authlib.yggdrasil.request that return AbuseReportRequest.ClientInfoModifier and TypeMethodDescriptionAbuseReportRequest.clientInfo()Returns the value of theclientInforecord component.Constructors in com.mojang.authlib.yggdrasil.request with parameters of type AbuseReportRequest.ClientInfoModifierConstructorDescriptionAbuseReportRequest(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 AbuseReportRequest.ClientInfo in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return AbuseReportRequest.ClientInfo