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 pReportEnvironment) -
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 pServer) AbuseReportSender.Services.environment()Returns the value of theenvironmentrecord component.static ReportEnvironmentReportEnvironment.local()static ReportEnvironmentReportEnvironment.realm(RealmsServer pRealmsServer) static ReportEnvironmentReportEnvironment.thirdParty(String pIp) Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ReportEnvironmentModifier and TypeMethodDescriptionstatic AbuseReportSenderAbuseReportSender.create(ReportEnvironment pEnvironment, com.mojang.authlib.minecraft.UserApiService pUserApiService) static ReportingContextReportingContext.create(ReportEnvironment pEnvironment, com.mojang.authlib.minecraft.UserApiService pUserApiService) booleanReportingContext.matches(ReportEnvironment pEnvironment) Constructors in net.minecraft.client.multiplayer.chat.report with parameters of type ReportEnvironmentModifierConstructorDescriptionReportingContext(AbuseReportSender pSender, ReportEnvironment pEnviroment, ChatLog pChatLog) Services(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Creates an instance of aServicesrecord class.