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