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 TypeMethodDescriptionvoid
Minecraft.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 ReportEnvironment
AbuseReportSender.Services.environment
The field for theenvironment
record component.private final ReportEnvironment
ReportingContext.environment
Methods in net.minecraft.client.multiplayer.chat.report that return ReportEnvironmentModifier and TypeMethodDescriptionstatic ReportEnvironment
ReportEnvironment.create
(ReportEnvironment.Server server) AbuseReportSender.Services.environment()
Returns the value of theenvironment
record component.static ReportEnvironment
ReportEnvironment.local()
static ReportEnvironment
ReportEnvironment.realm
(RealmsServer realmsServer) static ReportEnvironment
ReportEnvironment.thirdParty
(String ip) Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ReportEnvironmentModifier and TypeMethodDescriptionstatic AbuseReportSender
AbuseReportSender.create
(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) static ReportingContext
ReportingContext.create
(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) boolean
ReportingContext.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 aServices
record class.