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
ChatReportScreen.reportingContext
private final ReportingContext
ChatSelectionScreen.reportingContext
Constructors in net.minecraft.client.gui.screens.reporting with parameters of type ReportingContextModifierConstructorDescriptionChatReportScreen
(Screen p_239116_, ReportingContext p_239117_, UUID p_239118_) private
ChatReportScreen
(Screen p_253839_, ReportingContext p_254386_, ChatReportBuilder p_254309_) ChatReportScreen
(Screen p_254505_, ReportingContext p_254531_, ChatReportBuilder.ChatReport p_253775_) ChatSelectionLogFiller
(ReportingContext p_251076_, Predicate<LoggedChatMessage.Player> p_250367_) ChatSelectionScreen
(Screen p_239090_, ReportingContext p_239091_, ChatReportBuilder p_239092_, Consumer<ChatReportBuilder> p_239093_) -
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<ChatReportBuilder.Result,
ChatReportBuilder.CannotBuildReason> ChatReportBuilder.build
(ReportingContext p_240129_)