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) ReportReason
ReportReasonSelectionScreen.currentlySelectedReason
(package private) final ReportReason
ReportReasonSelectionScreen.ReasonSelectionList.Entry.reason
Fields in net.minecraft.client.gui.screens.reporting with type parameters of type ReportReasonModifier and TypeFieldDescriptionprivate final Consumer<ReportReason>
ReportReasonSelectionScreen.onSelectedReason
Methods 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.report
Fields in net.minecraft.client.multiplayer.chat.report declared as ReportReasonMethods in net.minecraft.client.multiplayer.chat.report that return ReportReasonModifier and TypeMethodDescriptionChatReportBuilder.reason()
static ReportReason
Returns 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