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 pReason) Constructors in net.minecraft.client.gui.screens.reporting with parameters of type ReportReasonModifierConstructorDescriptionEntry
(ReportReason pReason) ReportReasonSelectionScreen
(Screen pLastScreen, ReportReason pCurrentlySelectedReason, Consumer<ReportReason> pOnSelectedReason) Constructor parameters in net.minecraft.client.gui.screens.reporting with type arguments of type ReportReasonModifierConstructorDescriptionReportReasonSelectionScreen
(Screen pLastScreen, ReportReason pCurrentlySelectedReason, Consumer<ReportReason> pOnSelectedReason) -
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 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