Uses of Enum Class
net.minecraft.client.session.report.AbuseReportReason
Packages that use AbuseReportReason
-
Uses of AbuseReportReason in net.minecraft.client.gui.screen.report
Fields in net.minecraft.client.gui.screen.report declared as AbuseReportReasonModifier and TypeFieldDescription(package private) @Nullable AbuseReportReason
AbuseReportReasonScreen.reason
(package private) final AbuseReportReason
AbuseReportReasonScreen.ReasonListWidget.ReasonEntry.reason
Fields in net.minecraft.client.gui.screen.report with type parameters of type AbuseReportReasonModifier and TypeFieldDescriptionprivate final Consumer
<AbuseReportReason> AbuseReportReasonScreen.reasonConsumer
Methods in net.minecraft.client.gui.screen.report that return AbuseReportReasonModifier and TypeMethodDescriptionAbuseReportReasonScreen.ReasonListWidget.ReasonEntry.getReason()
Methods in net.minecraft.client.gui.screen.report with parameters of type AbuseReportReasonModifier and TypeMethodDescriptionAbuseReportReasonScreen.ReasonListWidget.getEntry
(AbuseReportReason reason) Constructors in net.minecraft.client.gui.screen.report with parameters of type AbuseReportReasonModifierConstructorDescriptionAbuseReportReasonScreen
(@Nullable Screen parent, @Nullable AbuseReportReason reason, Consumer<AbuseReportReason> reasonConsumer) ReasonEntry
(AbuseReportReason reason) Constructor parameters in net.minecraft.client.gui.screen.report with type arguments of type AbuseReportReasonModifierConstructorDescriptionAbuseReportReasonScreen
(@Nullable Screen parent, @Nullable AbuseReportReason reason, Consumer<AbuseReportReason> reasonConsumer) -
Uses of AbuseReportReason in net.minecraft.client.session.report
Fields in net.minecraft.client.session.report declared as AbuseReportReasonMethods in net.minecraft.client.session.report that return AbuseReportReasonModifier 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.Methods in net.minecraft.client.session.report with parameters of type AbuseReportReason