Uses of Record Class
net.minecraft.client.multiplayer.chat.report.ReportEnvironment
-
Uses of ReportEnvironment in net.minecraft.client
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionstatic ReportEnvironment
ReportEnvironment.create
(ReportEnvironment.Server p_239956_) AbuseReportSender.Services.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 p_239187_, ReportEnvironment p_239188_, ChatLog p_239189_) Services
(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Creates an instance of aServices
record class.