Uses of Class
net.minecraft.client.session.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
AbuseReportTypeScreen.context
protected final AbuseReportContext
ReportScreen.context
private final AbuseReportContext
ChatSelectionScreen.reporter
Constructors in net.minecraft.client.gui.screen.report with parameters of type AbuseReportContextModifierConstructorDescriptionAbuseReportTypeScreen
(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
Methods in net.minecraft.client.session.report that return AbuseReportContextModifier and TypeMethodDescriptionstatic AbuseReportContext
AbuseReportContext.create
(ReporterEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Methods in net.minecraft.client.session.report with parameters of type AbuseReportContextModifier 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) Constructors in net.minecraft.client.session.report with parameters of type AbuseReportContextModifierConstructorDescriptionMessagesListAdder
(AbuseReportContext context, Predicate<ReceivedMessage.ChatMessage> reportablePredicate)