Uses of Class
net.minecraft.client.multiplayer.chat.report.ChatReportBuilder
Packages that use ChatReportBuilder
Package
Description
-
Uses of ChatReportBuilder in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as ChatReportBuilderModifier and TypeFieldDescription(package private) final ChatReportBuilder
ChatSelectionScreen.report
private ChatReportBuilder
ChatReportScreen.reportBuilder
Fields in net.minecraft.client.gui.screens.reporting with type parameters of type ChatReportBuilderModifier and TypeFieldDescriptionprivate final Consumer<ChatReportBuilder>
ChatSelectionScreen.onSelected
Constructors in net.minecraft.client.gui.screens.reporting with parameters of type ChatReportBuilderModifierConstructorDescriptionprivate
ChatReportScreen
(Screen p_253839_, ReportingContext p_254386_, ChatReportBuilder p_254309_) ChatSelectionScreen
(Screen p_239090_, ReportingContext p_239091_, ChatReportBuilder p_239092_, Consumer<ChatReportBuilder> p_239093_) Constructor parameters in net.minecraft.client.gui.screens.reporting with type arguments of type ChatReportBuilderModifierConstructorDescriptionChatSelectionScreen
(Screen p_239090_, ReportingContext p_239091_, ChatReportBuilder p_239092_, Consumer<ChatReportBuilder> p_239093_) -
Uses of ChatReportBuilder in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return ChatReportBuilder