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 pTitle, Screen pLastScreen, ReportingContext pReportingContext, B pReportBuilder) ChatReportScreen
(Screen pLastScreen, ReportingContext pReportingContext, UUID pReportId) ChatReportScreen
(Screen pLastScreen, ReportingContext pReportContext, ChatReport pReport) private
ChatReportScreen
(Screen pLastScreen, ReportingContext pReportingContext, ChatReport.Builder pReportBuilder) ChatSelectionLogFiller
(ReportingContext pReportingContext, Predicate<LoggedChatMessage.Player> pCanReport) ChatSelectionScreen
(Screen pLastScreen, ReportingContext pReportingContext, ChatReport.Builder pReport, Consumer<ChatReport.Builder> pOnSelected) NameReportScreen
(Screen pLastScreen, ReportingContext pReportingContext, UUID pReportedProfileId, String pReportedName) NameReportScreen
(Screen pLastScreen, ReportingContext pReportingContext, NameReport pReport) private
NameReportScreen
(Screen pLastScreen, ReportingContext pReportingContext, NameReport.Builder pReportBuilder) ReportPlayerScreen
(Screen pLastScreen, ReportingContext pContext, PlayerEntry pPlayer) SkinReportScreen
(Screen pLastScreen, ReportingContext pReportingContext, UUID pReportId, Supplier<PlayerSkin> pSkinGetter) SkinReportScreen
(Screen pLastScreen, ReportingContext pReportingContext, SkinReport pReport) private
SkinReportScreen
(Screen pLastScreen, ReportingContext pReportingContext, SkinReport.Builder pReportBuilder) -
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 pEnvironment, com.mojang.authlib.minecraft.UserApiService pUserApiService) 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 pReportingContext) com.mojang.datafixers.util.Either
<Report.Result, Report.CannotBuildReason> NameReport.Builder.build
(ReportingContext pReportingContext) abstract com.mojang.datafixers.util.Either
<Report.Result, Report.CannotBuildReason> Report.Builder.build
(ReportingContext pReportingContext) com.mojang.datafixers.util.Either
<Report.Result, Report.CannotBuildReason> SkinReport.Builder.build
(ReportingContext pReportingContext) private com.mojang.authlib.minecraft.report.ReportEvidence
ChatReport.Builder.buildEvidence
(ReportingContext pReportingContext) ChatReport.createScreen
(Screen pLastScreen, ReportingContext pReportingContext) NameReport.createScreen
(Screen pLastScreen, ReportingContext pReportingContext) abstract Screen
Report.createScreen
(Screen pLastScreen, ReportingContext pReportingContext) SkinReport.createScreen
(Screen pLastScreen, ReportingContext pReportingContext)