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 ChatAbuseReport -
Uses of ChatAbuseReport in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report declared as ChatAbuseReportModifier and TypeFieldDescription(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 ChatAbuseReportModifierConstructorDescriptionChatSelectionScreen
(@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.network.abusereport
Methods in net.minecraft.client.network.abusereport that return ChatAbuseReport