Uses of Class
net.minecraft.client.report.ChatAbuseReport
Packages that use ChatAbuseReport
-
Uses of ChatAbuseReport in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report declared as ChatAbuseReportModifier and TypeFieldDescriptionprivate ChatAbuseReport
ChatReportScreen.report
(package private) final ChatAbuseReport
ChatSelectionScreen.report
Fields in net.minecraft.client.gui.screen.report with type parameters of type ChatAbuseReportModifier and TypeFieldDescriptionprivate final Consumer<ChatAbuseReport>
ChatSelectionScreen.newReportConsumer
Constructors in net.minecraft.client.gui.screen.report with parameters of type ChatAbuseReportModifierConstructorDescriptionprivate
ChatReportScreen
(@Nullable Screen parent, AbuseReportContext context, ChatAbuseReport report) ChatSelectionScreen
(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport report, Consumer<ChatAbuseReport> newReportConsumer) Constructor parameters in net.minecraft.client.gui.screen.report with type arguments of type ChatAbuseReportModifierConstructorDescriptionChatSelectionScreen
(@Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport report, Consumer<ChatAbuseReport> newReportConsumer) -
Uses of ChatAbuseReport in net.minecraft.client.report
Methods in net.minecraft.client.report that return ChatAbuseReport