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 AbuseReportContextAbuseReportTypeScreen.contextprotected final AbuseReportContextReportScreen.contextprivate final AbuseReportContextChatSelectionScreen.reporterConstructors 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) privateChatReportScreen(Screen parent, AbuseReportContext context, ChatAbuseReport.Builder reportBuilder) ChatSelectionScreen(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport.Builder report, Consumer<ChatAbuseReport.Builder> newReportConsumer) protectedReportScreen(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) privateSkinReportScreen(Screen parent, AbuseReportContext context, SkinAbuseReport.Builder reportBuilder) UsernameReportScreen(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, String username) UsernameReportScreen(Screen parent, AbuseReportContext context, UsernameAbuseReport report) privateUsernameReportScreen(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 AbuseReportContextAbuseReportContext.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.ReportEvidenceChatAbuseReport.Builder.collectEvidences(AbuseReportContext context) abstract ScreenAbuseReport.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)