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 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 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 pServer) AbuseReportSender.Services.environment()
Returns the value of theenvironment
record component.static ReportEnvironment
ReportEnvironment.local()
static ReportEnvironment
ReportEnvironment.realm
(RealmsServer pRealmsServer) static ReportEnvironment
ReportEnvironment.thirdParty
(String pIp) Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ReportEnvironmentModifier 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 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 aServices
record class.