net.minecraft.client.session.report

public record ReporterEnvironment

net.minecraft.client.multiplayer.chat.report.ReportEnvironment
net.minecraft.class_7569
net.minecraft.client.session.report.ReporterEnvironment

Field summary

Modifier and TypeField
private final String
clientVersion
comp_880
clientVersion
private final ReporterEnvironment$Server
server
comp_881
server

Constructor summary

ModifierConstructor
public (String clientVersion, ReporterEnvironment$Server server)

Method summary

Modifier and TypeMethod
public static ReporterEnvironment
local()
method_44586()
ofIntegratedServer()
public static ReporterEnvironment
thirdParty(String ip)
method_44589(String arg0)
ofThirdPartyServer(String ip)
public static ReporterEnvironment
realm(RealmsServer realm)
method_44587(class_4877 arg0)
ofRealm(RealmsServer server)
public static ReporterEnvironment
create(ReportEnvironment$Server server)
method_44588(class_7569$class_7570 arg0)
ofServer(ReporterEnvironment$Server server)
public com.mojang.authlib.services.request.AbuseReportRequest$ClientInfo
clientInfo()
method_44590()
toClientInfo()
public com.mojang.authlib.services.request.AbuseReportRequest$ThirdPartyServerInfo
thirdPartyServerInfo()
method_44591()
toThirdPartyServerInfo()
public com.mojang.authlib.services.request.AbuseReportRequest$RealmInfo
realmInfo()
method_44592()
toRealmInfo()
private static String
getClientVersion()
method_44593()
getVersion()
public String
clientVersion()
comp_880()
clientVersion()
public ReporterEnvironment$Server
server()
comp_881()
server()