Uses of Record Class
net.minecraft.client.multiplayer.chat.report.ReportEnvironment
Packages that use ReportEnvironment
-
Uses of ReportEnvironment in net.minecraft.client
Methods in net.minecraft.client with parameters of type ReportEnvironmentModifier and TypeMethodDescriptionvoidMinecraft.updateReportEnvironment(ReportEnvironment reportEnvironment) -
Uses of ReportEnvironment in net.minecraft.client.multiplayer.chat.report
Fields in net.minecraft.client.multiplayer.chat.report declared as ReportEnvironmentModifier and TypeFieldDescriptionprivate final ReportEnvironmentAbuseReportSender.Services.environmentThe field for theenvironmentrecord component.private final ReportEnvironmentReportingContext.environmentMethods in net.minecraft.client.multiplayer.chat.report that return ReportEnvironmentModifier and TypeMethodDescriptionstatic ReportEnvironmentReportEnvironment.create(ReportEnvironment.Server server) AbuseReportSender.Services.environment()Returns the value of theenvironmentrecord component.static ReportEnvironmentReportEnvironment.local()static ReportEnvironmentReportEnvironment.realm(RealmsServer realmsServer) static ReportEnvironmentReportEnvironment.thirdParty(String ip) Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ReportEnvironmentModifier and TypeMethodDescriptionstatic AbuseReportSenderAbuseReportSender.create(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) static ReportingContextReportingContext.create(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) booleanReportingContext.matches(ReportEnvironment environment) Constructors in net.minecraft.client.multiplayer.chat.report with parameters of type ReportEnvironmentModifierConstructorDescriptionReportingContext(AbuseReportSender sender, ReportEnvironment enviroment, ChatLog chatLog) Services(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Creates an instance of aServicesrecord class.