Uses of Class
net.minecraft.client.report.AbuseReportContext
Packages that use AbuseReportContext
Package
Description
-
Uses of AbuseReportContext in net.minecraft.client
Fields in net.minecraft.client declared as AbuseReportContextMethods in net.minecraft.client that return AbuseReportContext -
Uses of AbuseReportContext in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report declared as AbuseReportContextModifier and TypeFieldDescriptionprivate final AbuseReportContext
ChatReportScreen.context
private final AbuseReportContext
ChatSelectionScreen.reporter
Constructors in net.minecraft.client.gui.screen.report with parameters of type AbuseReportContextModifierConstructorDescriptionChatReportScreen
(@Nullable Screen parent, AbuseReportContext reporter, UUID reportedPlayerUuid) private
ChatReportScreen
(@Nullable Screen parent, AbuseReportContext context, ChatAbuseReport report) ChatReportScreen
(@Nullable Screen parent, AbuseReportContext context, ChatAbuseReport.Draft draft) ChatSelectionScreen
(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport report, Consumer<ChatAbuseReport> newReportConsumer) -
Uses of AbuseReportContext in net.minecraft.client.report
Methods in net.minecraft.client.report that return AbuseReportContextModifier and TypeMethodDescriptionstatic AbuseReportContext
AbuseReportContext.create
(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Methods in net.minecraft.client.report with parameters of type AbuseReportContextModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<ChatAbuseReport.ReportWithId,
ChatAbuseReport.ValidationError> ChatAbuseReport.finalizeReport
(AbuseReportContext reporter) Constructors in net.minecraft.client.report with parameters of type AbuseReportContextModifierConstructorDescriptionMessagesListAdder
(AbuseReportContext context, Predicate<ReceivedMessage.ChatMessage> reportablePredicate)