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 ReportingContext
ReportPlayerScreen.context
protected final ReportingContext
AbstractReportScreen.reportingContext
private final ReportingContext
ChatSelectionScreen.reportingContext
Constructors in net.minecraft.client.gui.screens.reporting with parameters of type ReportingContextModifierConstructorDescriptionprotected
AbstractReportScreen
(Component title, Screen lastScreen, ReportingContext reportingContext, B reportBuilder) ChatReportScreen
(Screen lastScreen, ReportingContext reportingContext, UUID reportId) ChatReportScreen
(Screen lastScreen, ReportingContext reportContext, ChatReport report) private
ChatReportScreen
(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) private
NameReportScreen
(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) private
SkinReportScreen
(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 ReportingContext
ReportingContext.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.ReportEvidence
ChatReport.Builder.buildEvidence
(ReportingContext reportingContext) ChatReport.createScreen
(Screen lastScreen, ReportingContext reportingContext) NameReport.createScreen
(Screen lastScreen, ReportingContext reportingContext) abstract Screen
Report.createScreen
(Screen lastScreen, ReportingContext reportingContext) SkinReport.createScreen
(Screen lastScreen, ReportingContext reportingContext)