Uses of Class
net.minecraft.client.session.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
AbuseReportTypeScreen.context
protected final AbuseReportContext
ReportScreen.context
private final AbuseReportContext
ChatSelectionScreen.reporter
ModifierConstructorDescriptionAbuseReportTypeScreen
(Screen parent, AbuseReportContext context, SocialInteractionsPlayerListEntry selectedPlayer) ChatReportScreen
(Screen parent, AbuseReportContext reporter, UUID reportedPlayerUuid) ChatReportScreen
(Screen parent, AbuseReportContext context, ChatAbuseReport report) private
ChatReportScreen
(Screen parent, AbuseReportContext context, ChatAbuseReport.Builder reportBuilder) ChatSelectionScreen
(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport.Builder report, Consumer<ChatAbuseReport.Builder> newReportConsumer) protected
ReportScreen
(Text title, Screen parent, AbuseReportContext context, B reportBuilder) SkinReportScreen
(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier) SkinReportScreen
(Screen parent, AbuseReportContext context, SkinAbuseReport report) private
SkinReportScreen
(Screen parent, AbuseReportContext context, SkinAbuseReport.Builder reportBuilder) UsernameReportScreen
(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, String username) UsernameReportScreen
(Screen parent, AbuseReportContext context, UsernameAbuseReport report) private
UsernameReportScreen
(Screen parent, AbuseReportContext context, UsernameAbuseReport.Builder reportBuilder) -
Uses of AbuseReportContext in net.minecraft.client.session.report
Modifier and TypeMethodDescriptionstatic AbuseReportContext
AbuseReportContext.create
(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Modifier and TypeMethodDescriptionabstract com.mojang.datafixers.util.Either<AbuseReport.ReportWithId,
AbuseReport.ValidationError> AbuseReport.Builder.build
(AbuseReportContext context) com.mojang.datafixers.util.Either<AbuseReport.ReportWithId,
AbuseReport.ValidationError> ChatAbuseReport.Builder.build
(AbuseReportContext context) com.mojang.datafixers.util.Either<AbuseReport.ReportWithId,
AbuseReport.ValidationError> SkinAbuseReport.Builder.build
(AbuseReportContext context) com.mojang.datafixers.util.Either<AbuseReport.ReportWithId,
AbuseReport.ValidationError> UsernameAbuseReport.Builder.build
(AbuseReportContext context) private com.mojang.authlib.minecraft.report.ReportEvidence
ChatAbuseReport.Builder.collectEvidences
(AbuseReportContext context) abstract Screen
AbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) ChatAbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) SkinAbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) UsernameAbuseReport.createReportScreen
(Screen parent, AbuseReportContext context) ModifierConstructorDescriptionMessagesListAdder
(AbuseReportContext context, Predicate<ReceivedMessage.ChatMessage> reportablePredicate)