Uses of Record Class
net.minecraft.client.multiplayer.chat.report.ReportEnvironment
-
Uses of ReportEnvironment in net.minecraft.client
Modifier and TypeMethodDescriptionprivate void
Minecraft.updateReportEnvironment
(ReportEnvironment p_239477_) -
Uses of ReportEnvironment in net.minecraft.client.multiplayer.chat.report
Modifier and TypeFieldDescriptionprivate final ReportEnvironment
AbuseReportSender.Services.environment
The field for theenvironment
record component.private final ReportEnvironment
ReportingContext.environment
The field for theenvironment
record component.Modifier and TypeMethodDescriptionstatic ReportEnvironment
ReportEnvironment.create
(ReportEnvironment.Server p_239956_) AbuseReportSender.Services.environment()
Returns the value of theenvironment
record component.ReportingContext.environment()
Returns the value of theenvironment
record component.static ReportEnvironment
ReportEnvironment.local()
static ReportEnvironment
ReportEnvironment.realm
(RealmsServer p_239765_) static ReportEnvironment
ReportEnvironment.thirdParty
(String p_238999_) Modifier and TypeMethodDescriptionstatic AbuseReportSender
AbuseReportSender.create
(ReportEnvironment p_239536_, com.mojang.authlib.minecraft.UserApiService p_239537_) static ReportingContext
ReportingContext.create
(ReportEnvironment p_239686_, com.mojang.authlib.minecraft.UserApiService p_239687_) boolean
ReportingContext.matches
(ReportEnvironment p_239734_) ModifierConstructorDescriptionReportingContext
(AbuseReportSender sender, ReportEnvironment environment, ChatLog chatLog) Creates an instance of aReportingContext
record class.Services
(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Creates an instance of aServices
record class.