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 reportId) ChatReportScreen(Screen lastScreen, ReportingContext reportContext, ChatReport report) privateChatReportScreen(Screen lastScreen, ReportingContext reportingContext, ChatReport.Builder reportBuilder) ChatSelectionLogFiller(ReportingContext reportingContext, Predicate<LoggedChatMessage.Player> canReport) ChatSelectionScreen(Screen lastScreen, ReportingContext reportingContext, ChatReport.Builder report, Consumer<ChatReport.Builder> onSelected) NameReportScreen(Screen lastScreen, ReportingContext reportingContext, UUID reportedProfileId, String reportedName) NameReportScreen(Screen lastScreen, ReportingContext reportingContext, NameReport report) privateNameReportScreen(Screen lastScreen, ReportingContext reportingContext, NameReport.Builder reportBuilder) ReportPlayerScreen(Screen lastScreen, ReportingContext context, PlayerEntry player) SkinReportScreen(Screen lastScreen, ReportingContext reportingContext, UUID reportId, Supplier<PlayerSkin> skinGetter) SkinReportScreen(Screen lastScreen, ReportingContext reportingContext, SkinReport report) privateSkinReportScreen(Screen lastScreen, ReportingContext reportingContext, SkinReport.Builder reportBuilder) -
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 reportingContext) NameReport.createScreen(Screen lastScreen, ReportingContext reportingContext) abstract ScreenReport.createScreen(Screen lastScreen, ReportingContext reportingContext) SkinReport.createScreen(Screen lastScreen, ReportingContext reportingContext)