Enum Class RefClickEvent.RefAction
java.lang.Object
java.lang.Enum<RefClickEvent.RefAction>
xyz.srnyx.annoyingapi.reflection.net.md_5.bungee.api.chat.RefClickEvent.RefAction
- All Implemented Interfaces:
Serializable,Comparable<RefClickEvent.RefAction>,Constable
- Enclosing class:
RefClickEvent
net.md_5.bungee.api.chat.ClickEvent.Action
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.md_5.bungee.api.chat.ClickEvent.Action1.15+ net.md_5.bungee.api.chat.ClickEvent.Action#COPY_TO_CLIPBOARD -
Method Summary
Modifier and TypeMethodDescriptionstatic RefClickEvent.RefActionReturns the enum constant of this class with the specified name.static RefClickEvent.RefAction[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Field Details
-
COPY_TO_CLIPBOARD
@Nullable public static final net.md_5.bungee.api.chat.ClickEvent.Action COPY_TO_CLIPBOARD1.15+ net.md_5.bungee.api.chat.ClickEvent.Action#COPY_TO_CLIPBOARD
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-