Uses of Class
net.minecraft.client.report.AbuseReportContext
Package
Description
-
Uses of AbuseReportContext in net.minecraft.client
-
Uses of AbuseReportContext in net.minecraft.client.gui.screen.report
Modifier and TypeFieldDescriptionprivate final AbuseReportContext
ChatReportScreen.context
private final AbuseReportContext
ChatSelectionScreen.reporter
ModifierConstructorDescriptionChatReportScreen
(@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
Modifier and TypeMethodDescriptionstatic AbuseReportContext
AbuseReportContext.create
(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<ChatAbuseReport.ReportWithId,
ChatAbuseReport.ValidationError> ChatAbuseReport.finalizeReport
(AbuseReportContext reporter) ModifierConstructorDescriptionMessagesListAdder
(AbuseReportContext context, Predicate<ReceivedMessage.ChatMessage> reportablePredicate)