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.reportingFields 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 p_239168_) Constructors in net.minecraft.client.gui.screens.reporting with parameters of type ReportReasonModifierConstructorDescriptionEntry(ReportReason p_239267_) ReportReasonSelectionScreen(Screen p_239438_, ReportReason p_239439_, Consumer<ReportReason> p_239440_) Constructor parameters in net.minecraft.client.gui.screens.reporting with type arguments of type ReportReasonModifierConstructorDescriptionReportReasonSelectionScreen(Screen p_239438_, ReportReason p_239439_, Consumer<ReportReason> p_239440_) 
- 
Uses of 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 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