Uses of Interface
net.minecraft.client.network.abusereport.AbuseReportSender
Packages that use AbuseReportSender
-
Uses of AbuseReportSender in net.minecraft.client.network.abusereport
Classes in net.minecraft.client.network.abusereport that implement AbuseReportSenderMethods in net.minecraft.client.network.abusereport that return AbuseReportSenderModifier and TypeMethodDescriptionstatic AbuseReportSender
AbuseReportSender.create
(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) -
Uses of AbuseReportSender in net.minecraft.client.report
Fields in net.minecraft.client.report declared as AbuseReportSenderModifier and TypeFieldDescriptionprivate final AbuseReportSender
AbuseReportContext.sender
The field for thesender
record component.Methods in net.minecraft.client.report that return AbuseReportSenderModifier and TypeMethodDescriptionAbuseReportContext.sender()
Returns the value of thesender
record component.Constructors in net.minecraft.client.report with parameters of type AbuseReportSenderModifierConstructorDescriptionAbuseReportContext
(AbuseReportSender abuseReportSender, ReporterEnvironment reporterEnvironment, ChatLog chatLog)