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

public static enum RefClickEvent.RefAction extends Enum<RefClickEvent.RefAction>
net.md_5.bungee.api.chat.ClickEvent.Action
  • Field Details

    • COPY_TO_CLIPBOARD

      @Nullable public static final net.md_5.bungee.api.chat.ClickEvent.Action COPY_TO_CLIPBOARD
      1.15+ net.md_5.bungee.api.chat.ClickEvent.Action#COPY_TO_CLIPBOARD
  • Method Details

    • values

      public static RefClickEvent.RefAction[] 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

      public static RefClickEvent.RefAction valueOf(String name)
      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 name
      NullPointerException - if the argument is null