Uses of Enum Class
net.minecraft.client.multiplayer.chat.report.ReportReason
Packages that use ReportReason
Package
Description
-
Uses of ReportReason in net.minecraft.client.gui.screens.reporting
Fields in net.minecraft.client.gui.screens.reporting declared as ReportReasonModifier and TypeFieldDescription(package private) ReportReasonReportReasonSelectionScreen.currentlySelectedReason(package private) final ReportReasonReportReasonSelectionScreen.ReasonSelectionList.Entry.reasonFields in net.minecraft.client.gui.screens.reporting with type parameters of type ReportReasonModifier and TypeFieldDescriptionprivate final Consumer<ReportReason> ReportReasonSelectionScreen.onSelectedReasonMethods in net.minecraft.client.gui.screens.reporting that return ReportReasonModifier and TypeMethodDescriptionReportReasonSelectionScreen.ReasonSelectionList.Entry.getReason()Methods in net.minecraft.client.gui.screens.reporting with parameters of type ReportReasonModifier and TypeMethodDescriptionReportReasonSelectionScreen.ReasonSelectionList.findEntry(ReportReason reason) Constructors in net.minecraft.client.gui.screens.reporting with parameters of type ReportReasonModifierConstructorDescriptionEntry(ReportReason reason) ReportReasonSelectionScreen(Screen lastScreen, ReportReason currentlySelectedReason, Consumer<ReportReason> onSelectedReason) Constructor parameters in net.minecraft.client.gui.screens.reporting with type arguments of type ReportReasonModifierConstructorDescriptionReportReasonSelectionScreen(Screen lastScreen, ReportReason currentlySelectedReason, Consumer<ReportReason> onSelectedReason) -
Uses of ReportReason in net.minecraft.client.multiplayer.chat.report
Fields in net.minecraft.client.multiplayer.chat.report declared as ReportReasonMethods in net.minecraft.client.multiplayer.chat.report that return ReportReasonModifier and TypeMethodDescriptionReport.Builder.reason()static ReportReasonReturns the enum constant of this class with the specified name.static ReportReason[]ReportReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ReportReason