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 p_239686_, com.mojang.authlib.minecraft.UserApiService p_239687_) 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 p_299877_) com.mojang.datafixers.util.Either
<Report.Result, Report.CannotBuildReason> SkinReport.Builder.build
(ReportingContext p_299847_) private com.mojang.authlib.minecraft.report.ReportEvidence
ChatReport.Builder.buildEvidence
(ReportingContext p_299855_) 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)