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 TypeFieldDescriptionprivate @Nullable ReportReasonReportReasonSelectionScreen.currentlySelectedReasonprivate 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(@Nullable Screen lastScreen, @Nullable ReportReason selectedReason, ReportType reportType, Consumer<ReportReason> onSelectedReason) Constructor parameters in net.minecraft.client.gui.screens.reporting with type arguments of type ReportReasonModifierConstructorDescriptionReportReasonSelectionScreen(@Nullable Screen lastScreen, @Nullable ReportReason selectedReason, ReportType reportType, Consumer<ReportReason> onSelectedReason) -
Uses of ReportReason in net.minecraft.client.multiplayer.chat.report
Subclasses with type arguments of type ReportReason in net.minecraft.client.multiplayer.chat.reportFields in net.minecraft.client.multiplayer.chat.report declared as ReportReasonMethods in net.minecraft.client.multiplayer.chat.report that return ReportReasonModifier and TypeMethodDescription@Nullable ReportReasonReport.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 that return types with arguments of type ReportReasonModifier and TypeMethodDescriptionstatic List<ReportReason> ReportReason.getIncompatibleCategories(ReportType reportType) Methods in net.minecraft.client.multiplayer.chat.report with parameters of type ReportReason