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 p_239477_) -
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 p_239956_) AbuseReportSender.Services.environment()Returns the value of theenvironmentrecord component.static ReportEnvironmentReportEnvironment.local()static ReportEnvironmentReportEnvironment.realm(RealmsServer p_239765_) static ReportEnvironmentReportEnvironment.thirdParty(String p_238999_) Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ReportEnvironmentModifier and TypeMethodDescriptionstatic AbuseReportSenderAbuseReportSender.create(ReportEnvironment p_239536_, com.mojang.authlib.minecraft.UserApiService p_239537_) static ReportingContextReportingContext.create(ReportEnvironment p_239686_, com.mojang.authlib.minecraft.UserApiService p_239687_) booleanReportingContext.matches(ReportEnvironment p_239734_) Constructors in net.minecraft.client.multiplayer.chat.report with parameters of type ReportEnvironmentModifierConstructorDescriptionReportingContext(AbuseReportSender p_239187_, ReportEnvironment p_239188_, ChatLog p_239189_) Services(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Creates an instance of aServicesrecord class.