Uses of Record Class
com.mojang.authlib.yggdrasil.request.AbuseReportRequest.ThirdPartyServerInfo
Packages that use AbuseReportRequest.ThirdPartyServerInfo
Package
Description
-
Uses of AbuseReportRequest.ThirdPartyServerInfo in com.mojang.authlib.yggdrasil.request
Fields in com.mojang.authlib.yggdrasil.request declared as AbuseReportRequest.ThirdPartyServerInfoModifier and TypeFieldDescriptionprivate final AbuseReportRequest.ThirdPartyServerInfoAbuseReportRequest.thirdPartyServerInfoThe field for thethirdPartyServerInforecord component.Methods in com.mojang.authlib.yggdrasil.request that return AbuseReportRequest.ThirdPartyServerInfoModifier and TypeMethodDescriptionAbuseReportRequest.thirdPartyServerInfo()Returns the value of thethirdPartyServerInforecord component.Constructors in com.mojang.authlib.yggdrasil.request with parameters of type AbuseReportRequest.ThirdPartyServerInfoModifierConstructorDescriptionAbuseReportRequest(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.ThirdPartyServerInfo in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return AbuseReportRequest.ThirdPartyServerInfoModifier and TypeMethodDescription@Nullable AbuseReportRequest.ThirdPartyServerInfoReportEnvironment.thirdPartyServerInfo()