Uses of Interface
net.minecraft.client.multiplayer.chat.report.AbuseReportSender
Packages that use AbuseReportSender
-
Uses of AbuseReportSender in net.minecraft.client.multiplayer.chat.report
Classes in net.minecraft.client.multiplayer.chat.report that implement AbuseReportSenderFields in net.minecraft.client.multiplayer.chat.report declared as AbuseReportSenderModifier and TypeFieldDescriptionprivate final AbuseReportSender
ReportingContext.sender
The field for thesender
record component.Methods in net.minecraft.client.multiplayer.chat.report that return AbuseReportSenderModifier and TypeMethodDescriptionstatic AbuseReportSender
AbuseReportSender.create
(ReportEnvironment p_239536_, com.mojang.authlib.minecraft.UserApiService p_239537_) ReportingContext.sender()
Returns the value of thesender
record component.Constructors in net.minecraft.client.multiplayer.chat.report with parameters of type AbuseReportSenderModifierConstructorDescriptionReportingContext
(AbuseReportSender sender, ReportEnvironment environment, ChatLog chatLog) Creates an instance of aReportingContext
record class.