Uses of Record Class
net.minecraft.client.session.report.ReporterEnvironment
Packages that use ReporterEnvironment
-
Uses of ReporterEnvironment in net.minecraft.client
Methods in net.minecraft.client with parameters of type ReporterEnvironmentModifier and TypeMethodDescriptionvoid
MinecraftClient.ensureAbuseReportContext
(ReporterEnvironment environment) Recreates and resetsMinecraftClient.abuseReportContext
ifenvironment
has changed. -
Uses of ReporterEnvironment in net.minecraft.client.session.report
Fields in net.minecraft.client.session.report declared as ReporterEnvironmentModifier and TypeFieldDescriptionprivate final ReporterEnvironment
AbuseReportContext.environment
private final ReporterEnvironment
AbuseReportSender.Impl.environment
The field for theenvironment
record component.Methods in net.minecraft.client.session.report that return ReporterEnvironmentModifier and TypeMethodDescriptionAbuseReportSender.Impl.environment()
Returns the value of theenvironment
record component.static ReporterEnvironment
ReporterEnvironment.ofIntegratedServer()
static ReporterEnvironment
ReporterEnvironment.ofRealm
(RealmsServer server) static ReporterEnvironment
ReporterEnvironment.ofServer
(@Nullable ReporterEnvironment.Server server) static ReporterEnvironment
ReporterEnvironment.ofThirdPartyServer
(String ip) Methods in net.minecraft.client.session.report with parameters of type ReporterEnvironmentModifier and TypeMethodDescriptionstatic AbuseReportContext
AbuseReportContext.create
(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) static AbuseReportSender
AbuseReportSender.create
(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) boolean
AbuseReportContext.environmentEquals
(ReporterEnvironment environment) Constructors in net.minecraft.client.session.report with parameters of type ReporterEnvironmentModifierConstructorDescriptionAbuseReportContext
(AbuseReportSender sender, ReporterEnvironment environment, ChatLog chatLog) Impl
(ReporterEnvironment reporterEnvironment, com.mojang.authlib.minecraft.UserApiService userApiService)