Uses of Enum Class
net.minecraft.client.multiplayer.chat.report.ReportReason
Package
Description
-
Uses of ReportReason in net.minecraft.client.gui.screens.reporting
Modifier and TypeFieldDescription(package private) ReportReason
ReportReasonSelectionScreen.currentlySelectedReason
(package private) final ReportReason
ReportReasonSelectionScreen.ReasonSelectionList.Entry.reason
Modifier and TypeFieldDescriptionprivate final Consumer<ReportReason>
ReportReasonSelectionScreen.onSelectedReason
Modifier and TypeMethodDescriptionReportReasonSelectionScreen.ReasonSelectionList.Entry.getReason()
Modifier and TypeMethodDescriptionReportReasonSelectionScreen.ReasonSelectionList.findEntry
(ReportReason p_239168_) ModifierConstructorDescriptionEntry
(ReportReason p_239267_) ReportReasonSelectionScreen
(Screen p_239438_, ReportReason p_239439_, Consumer<ReportReason> p_239440_) ModifierConstructorDescriptionReportReasonSelectionScreen
(Screen p_239438_, ReportReason p_239439_, Consumer<ReportReason> p_239440_) -
Uses of ReportReason in net.minecraft.client.multiplayer.chat.report
Modifier 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.