Uses of Class
net.minecraft.client.multiplayer.chat.report.ReportingContext
Packages that use ReportingContext
Package
Description
- 
Uses of ReportingContext in net.minecraft.clientFields in net.minecraft.client declared as ReportingContextMethods in net.minecraft.client that return ReportingContext
- 
Uses of ReportingContext in net.minecraft.client.gui.screens.reportingFields 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 p_299999_, Screen p_300006_, ReportingContext p_299904_, B p_299834_) ChatReportScreen(Screen p_239116_, ReportingContext p_239117_, UUID p_239118_) ChatReportScreen(Screen p_254505_, ReportingContext p_254531_, ChatReport p_299964_) privateChatReportScreen(Screen p_253839_, ReportingContext p_254386_, ChatReport.Builder p_299987_) ChatSelectionLogFiller(ReportingContext p_251076_, Predicate<LoggedChatMessage.Player> p_250367_) ChatSelectionScreen(Screen p_239090_, ReportingContext p_239091_, ChatReport.Builder p_299898_, Consumer<ChatReport.Builder> p_239093_) NameReportScreen(Screen p_299947_, ReportingContext p_299966_, UUID p_299912_, String p_299935_) NameReportScreen(Screen p_299861_, ReportingContext p_300015_, NameReport p_299994_) privateNameReportScreen(Screen p_299832_, ReportingContext p_300026_, NameReport.Builder p_299866_) ReportPlayerScreen(Screen p_299954_, ReportingContext p_299878_, PlayerEntry p_299949_) SkinReportScreen(Screen p_299906_, ReportingContext p_299981_, UUID p_299970_, Supplier<PlayerSkin> p_299980_) SkinReportScreen(Screen p_299996_, ReportingContext p_299971_, SkinReport p_299899_) privateSkinReportScreen(Screen p_299943_, ReportingContext p_299995_, SkinReport.Builder p_299886_) 
- 
Uses of ReportingContext in net.minecraft.client.multiplayer.chat.reportMethods in net.minecraft.client.multiplayer.chat.report that return ReportingContextModifier and TypeMethodDescriptionstatic ReportingContextReportingContext.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.ReportEvidenceChatReport.Builder.buildEvidence(ReportingContext p_299855_) ChatReport.createScreen(Screen p_300022_, ReportingContext p_299859_) NameReport.createScreen(Screen p_299843_, ReportingContext p_299844_) abstract ScreenReport.createScreen(Screen p_299960_, ReportingContext p_299959_) SkinReport.createScreen(Screen p_299975_, ReportingContext p_299961_)