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 void
MinecraftClient.ensureAbuseReportContext
(ReporterEnvironment environment) Recreates and resetsMinecraftClient.abuseReportContext
ifenvironment
has changed. -
Uses of ReporterEnvironment in net.minecraft.client.network.abusereport
Fields in net.minecraft.client.network.abusereport declared as ReporterEnvironmentModifier and TypeFieldDescriptionprivate final ReporterEnvironment
AbuseReportSender.Impl.environment
The field for theenvironment
record component.Methods in net.minecraft.client.network.abusereport that return ReporterEnvironmentModifier and TypeMethodDescriptionAbuseReportSender.Impl.environment()
Returns the value of theenvironment
record component.Methods in net.minecraft.client.network.abusereport with parameters of type ReporterEnvironmentModifier and TypeMethodDescriptionstatic AbuseReportSender
AbuseReportSender.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 ReporterEnvironment
AbuseReportContext.environment
The field for theenvironment
record component.Methods in net.minecraft.client.report that return ReporterEnvironmentModifier and TypeMethodDescriptionAbuseReportContext.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.report with parameters of type ReporterEnvironmentModifier and TypeMethodDescriptionstatic AbuseReportContext
AbuseReportContext.create
(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) boolean
AbuseReportContext.environmentEquals
(ReporterEnvironment environment) Constructors in net.minecraft.client.report with parameters of type ReporterEnvironmentModifierConstructorDescriptionAbuseReportContext
(AbuseReportSender abuseReportSender, ReporterEnvironment reporterEnvironment, ChatLog chatLog)