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