Uses of Record Class
net.minecraft.client.report.ReporterEnvironment
Packages that use ReporterEnvironment
Package
Description
-
Uses of ReporterEnvironment in net.minecraft.client
Methods in net.minecraft.client with parameters of type ReporterEnvironmentModifier and TypeMethodDescriptionprivate voidMinecraftClient.ensureAbuseReportContext(ReporterEnvironment environment) Recreates and resetsMinecraftClient.abuseReportContextifenvironmenthas changed. -
Uses of ReporterEnvironment in net.minecraft.client.network.abusereport
Fields in net.minecraft.client.network.abusereport declared as ReporterEnvironmentModifier and TypeFieldDescriptionprivate final ReporterEnvironmentAbuseReportSender.Impl.environmentThe field for theenvironmentrecord component.Methods in net.minecraft.client.network.abusereport that return ReporterEnvironmentModifier and TypeMethodDescriptionAbuseReportSender.Impl.environment()Returns the value of theenvironmentrecord component.Methods in net.minecraft.client.network.abusereport with parameters of type ReporterEnvironmentModifier and TypeMethodDescriptionstatic AbuseReportSenderAbuseReportSender.create(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Constructors in net.minecraft.client.network.abusereport with parameters of type ReporterEnvironmentModifierConstructorDescriptionImpl(ReporterEnvironment reporterEnvironment, com.mojang.authlib.minecraft.UserApiService userApiService) -
Uses of ReporterEnvironment in net.minecraft.client.report
Fields in net.minecraft.client.report declared as ReporterEnvironmentModifier and TypeFieldDescriptionprivate final ReporterEnvironmentAbuseReportContext.environmentThe field for theenvironmentrecord component.Methods in net.minecraft.client.report that return ReporterEnvironmentModifier and TypeMethodDescriptionAbuseReportContext.environment()Returns the value of theenvironmentrecord component.static ReporterEnvironmentReporterEnvironment.ofIntegratedServer()static ReporterEnvironmentReporterEnvironment.ofRealm(RealmsServer server) static ReporterEnvironmentReporterEnvironment.ofServer(@Nullable ReporterEnvironment.Server server) static ReporterEnvironmentReporterEnvironment.ofThirdPartyServer(String ip) Methods in net.minecraft.client.report with parameters of type ReporterEnvironmentModifier and TypeMethodDescriptionstatic AbuseReportContextAbuseReportContext.create(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) booleanAbuseReportContext.environmentEquals(ReporterEnvironment environment) Constructors in net.minecraft.client.report with parameters of type ReporterEnvironmentModifierConstructorDescriptionAbuseReportContext(AbuseReportSender abuseReportSender, ReporterEnvironment reporterEnvironment, ChatLog chatLog)