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 p_297559_, Screen p_299592_, ReportingContext p_300174_, B p_300351_) ChatReportScreen
(Screen p_239116_, ReportingContext p_239117_, UUID p_239118_) ChatReportScreen
(Screen p_253839_, ReportingContext p_254386_, ChatReport p_297371_) private
ChatReportScreen
(Screen p_254505_, ReportingContext p_254531_, ChatReport.Builder p_298527_) ChatSelectionLogFiller
(ReportingContext p_251076_, Predicate<LoggedChatMessage.Player> p_250367_) ChatSelectionScreen
(Screen p_239090_, ReportingContext p_239091_, ChatReport.Builder p_298838_, Consumer<ChatReport.Builder> p_239093_) NameReportScreen
(Screen p_300152_, ReportingContext p_300083_, UUID p_298096_, String p_300249_) NameReportScreen
(Screen p_300445_, ReportingContext p_299367_, NameReport p_297896_) private
NameReportScreen
(Screen p_300534_, ReportingContext p_300915_, NameReport.Builder p_300014_) ReportPlayerScreen
(Screen p_300148_, ReportingContext p_298995_, PlayerEntry p_300468_) SkinReportScreen
(Screen p_297357_, ReportingContext p_300387_, UUID p_300713_, Supplier<PlayerSkin> p_299154_) SkinReportScreen
(Screen p_300918_, ReportingContext p_298862_, SkinReport p_299017_) private
SkinReportScreen
(Screen p_297956_, ReportingContext p_297244_, SkinReport.Builder p_297725_) -
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_298383_) com.mojang.datafixers.util.Either<Report.Result,
Report.CannotBuildReason> NameReport.Builder.build
(ReportingContext p_299061_) abstract com.mojang.datafixers.util.Either<Report.Result,
Report.CannotBuildReason> Report.Builder.build
(ReportingContext p_301358_) com.mojang.datafixers.util.Either<Report.Result,
Report.CannotBuildReason> SkinReport.Builder.build
(ReportingContext p_297496_) private com.mojang.authlib.minecraft.report.ReportEvidence
ChatReport.Builder.buildEvidence
(ReportingContext p_297642_) ChatReport.createScreen
(Screen p_300210_, ReportingContext p_298195_) NameReport.createScreen
(Screen p_300004_, ReportingContext p_297616_) abstract Screen
Report.createScreen
(Screen p_299662_, ReportingContext p_299414_) SkinReport.createScreen
(Screen p_297640_, ReportingContext p_297669_)