Uses of Enum Class
net.minecraft.client.session.report.AbuseReportReason
-
Uses of AbuseReportReason in net.minecraft.client.gui.screen.report
Modifier and TypeFieldDescription(package private) @Nullable AbuseReportReason
AbuseReportReasonScreen.reason
(package private) final AbuseReportReason
AbuseReportReasonScreen.ReasonListWidget.ReasonEntry.reason
Modifier and TypeFieldDescriptionprivate final Consumer<AbuseReportReason>
AbuseReportReasonScreen.reasonConsumer
Modifier and TypeMethodDescriptionAbuseReportReasonScreen.ReasonListWidget.ReasonEntry.getReason()
Modifier and TypeMethodDescriptionAbuseReportReasonScreen.ReasonListWidget.getEntry
(AbuseReportReason reason) ModifierConstructorDescriptionAbuseReportReasonScreen
(@Nullable Screen parent, @Nullable AbuseReportReason reason, Consumer<AbuseReportReason> reasonConsumer) ReasonEntry
(AbuseReportReason reason) ModifierConstructorDescriptionAbuseReportReasonScreen
(@Nullable Screen parent, @Nullable AbuseReportReason reason, Consumer<AbuseReportReason> reasonConsumer) -
Uses of AbuseReportReason in net.minecraft.client.session.report
Modifier and TypeMethodDescriptionAbuseReport.Builder.getReason()
static AbuseReportReason
Returns the enum constant of this class with the specified name.static AbuseReportReason[]
AbuseReportReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.