Uses of Record Class
com.mojang.authlib.yggdrasil.request.AbuseReportRequest.RealmInfo
Packages that use AbuseReportRequest.RealmInfo
Package
Description
-
Uses of AbuseReportRequest.RealmInfo in com.mojang.authlib.yggdrasil.request
Fields in com.mojang.authlib.yggdrasil.request declared as AbuseReportRequest.RealmInfoModifier and TypeFieldDescriptionprivate final AbuseReportRequest.RealmInfoAbuseReportRequest.realmInfoThe field for therealmInforecord component.Methods in com.mojang.authlib.yggdrasil.request that return AbuseReportRequest.RealmInfoModifier and TypeMethodDescriptionAbuseReportRequest.realmInfo()Returns the value of therealmInforecord component.Constructors in com.mojang.authlib.yggdrasil.request with parameters of type AbuseReportRequest.RealmInfoModifierConstructorDescriptionAbuseReportRequest(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.RealmInfo in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return AbuseReportRequest.RealmInfoModifier and TypeMethodDescription@Nullable AbuseReportRequest.RealmInfoReportEnvironment.realmInfo()