Uses of Class
net.minecraft.client.multiplayer.chat.report.ReportingContext
Packages that use ReportingContext
Package
Description
-
Uses of ReportingContext in net.minecraft.client
Fields in net.minecraft.client declared as ReportingContextMethods in net.minecraft.client that return ReportingContext -
Uses of ReportingContext in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as ReportingContextModifier and TypeFieldDescriptionprivate final ReportingContextReportPlayerScreen.contextprotected final ReportingContextAbstractReportScreen.reportingContextprivate final ReportingContextChatSelectionScreen.reportingContextConstructors in net.minecraft.client.gui.screens.reporting with parameters of type ReportingContextModifierConstructorDescriptionprotectedAbstractReportScreen(Component title, Screen lastScreen, ReportingContext reportingContext, B reportBuilder) ChatReportScreen(Screen lastScreen, ReportingContext reportingContext, UUID playerId) ChatReportScreen(Screen lastScreen, ReportingContext reportingContext, ChatReport draft) privateChatReportScreen(Screen lastScreen, ReportingContext reportingContext, ChatReport.Builder reportBuilder) ChatSelectionLogFiller(ReportingContext reportingContext, Predicate<LoggedChatMessage.Player> canReport) ChatSelectionScreen(@Nullable Screen lastScreen, ReportingContext reportingContext, ChatReport.Builder report, Consumer<ChatReport.Builder> onSelected) NameReportScreen(Screen lastScreen, ReportingContext reportingContext, UUID playerId, String reportedName) NameReportScreen(Screen lastScreen, ReportingContext reportingContext, NameReport draft) privateNameReportScreen(Screen lastScreen, ReportingContext reportingContext, NameReport.Builder reportBuilder) ReportPlayerScreen(Screen lastScreen, ReportingContext context, PlayerEntry player, boolean chatDisabledOrBlocked) SkinReportScreen(Screen lastScreen, ReportingContext reportingContext, UUID playerId, Supplier<PlayerSkin> skinGetter) SkinReportScreen(Screen lastScreen, ReportingContext reportingContext, SkinReport draft) privateSkinReportScreen(Screen lastScreen, ReportingContext reportingContext, SkinReport.Builder reportBuilder) -
Uses of ReportingContext in net.minecraft.client.gui.screens.social
Methods in net.minecraft.client.gui.screens.social with parameters of type ReportingContextModifier and TypeMethodDescriptionvoidPlayerEntry.refreshHasDraftReport(ReportingContext reportingContext) -
Uses of ReportingContext in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return ReportingContextModifier and TypeMethodDescriptionstatic ReportingContextReportingContext.create(ReportEnvironment environment, com.mojang.authlib.minecraft.UserApiService userApiService) Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ReportingContextModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<Report.Result, Report.CannotBuildReason> ChatReport.Builder.build(ReportingContext reportingContext) com.mojang.datafixers.util.Either<Report.Result, Report.CannotBuildReason> NameReport.Builder.build(ReportingContext reportingContext) abstract com.mojang.datafixers.util.Either<Report.Result, Report.CannotBuildReason> Report.Builder.build(ReportingContext reportingContext) com.mojang.datafixers.util.Either<Report.Result, Report.CannotBuildReason> SkinReport.Builder.build(ReportingContext reportingContext) private com.mojang.authlib.minecraft.report.ReportEvidenceChatReport.Builder.buildEvidence(ReportingContext reportingContext) ChatReport.createScreen(Screen lastScreen, ReportingContext context) NameReport.createScreen(Screen lastScreen, ReportingContext context) abstract ScreenReport.createScreen(Screen lastScreen, ReportingContext context) SkinReport.createScreen(Screen lastScreen, ReportingContext context)