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 p_299928_) com.mojang.datafixers.util.Either<Report.Result, Report.CannotBuildReason> NameReport.Builder.build(ReportingContext p_299891_) 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 p_299847_) private com.mojang.authlib.minecraft.report.ReportEvidenceChatReport.Builder.buildEvidence(ReportingContext reportingContext) ChatReport.createScreen(Screen p_300022_, ReportingContext p_299859_) NameReport.createScreen(Screen p_299843_, ReportingContext p_299844_) abstract ScreenReport.createScreen(Screen lastScreen, ReportingContext reportingContext) SkinReport.createScreen(Screen p_299975_, ReportingContext p_299961_)