Uses of Class
net.minecraft.client.multiplayer.chat.report.ChatReport.Builder
Packages that use ChatReport.Builder
Package
Description
-
Uses of ChatReport.Builder in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as ChatReport.BuilderModifier and TypeFieldDescription(package private) final ChatReport.Builder
ChatSelectionScreen.report
Fields in net.minecraft.client.gui.screens.reporting with type parameters of type ChatReport.BuilderModifier and TypeFieldDescriptionprivate final Consumer
<ChatReport.Builder> ChatSelectionScreen.onSelected
Constructors in net.minecraft.client.gui.screens.reporting with parameters of type ChatReport.BuilderModifierConstructorDescriptionprivate
ChatReportScreen
(Screen pLastScreen, ReportingContext pReportingContext, ChatReport.Builder pReportBuilder) ChatSelectionScreen
(Screen pLastScreen, ReportingContext pReportingContext, ChatReport.Builder pReport, Consumer<ChatReport.Builder> pOnSelected) Constructor parameters in net.minecraft.client.gui.screens.reporting with type arguments of type ChatReport.BuilderModifierConstructorDescriptionChatSelectionScreen
(Screen pLastScreen, ReportingContext pReportingContext, ChatReport.Builder pReport, Consumer<ChatReport.Builder> pOnSelected) -
Uses of ChatReport.Builder in net.minecraft.client.multiplayer.chat.report
Methods in net.minecraft.client.multiplayer.chat.report that return ChatReport.Builder