Enum Class NPC.ClickAction

java.lang.Object
java.lang.Enum<NPC.ClickAction>
eu.cloudnetservice.modules.npc.NPC.ClickAction
All Implemented Interfaces:
Serializable, Comparable<NPC.ClickAction>, Constable
Enclosing class:
NPC

public static enum NPC.ClickAction extends Enum<NPC.ClickAction>
  • Enum Constant Details

    • OPEN_INVENTORY

      public static final NPC.ClickAction OPEN_INVENTORY
    • DIRECT_CONNECT_RANDOM

      public static final NPC.ClickAction DIRECT_CONNECT_RANDOM
    • DIRECT_CONNECT_LOWEST_PLAYERS

      public static final NPC.ClickAction DIRECT_CONNECT_LOWEST_PLAYERS
    • DIRECT_CONNECT_HIGHEST_PLAYERS

      public static final NPC.ClickAction DIRECT_CONNECT_HIGHEST_PLAYERS
    • NOTHING

      public static final NPC.ClickAction NOTHING
  • Constructor Details

    • ClickAction

      private ClickAction()
  • Method Details

    • values

      public static NPC.ClickAction[] 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 NPC.ClickAction 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