Enum Class ZoneEventType

java.lang.Object
java.lang.Enum<ZoneEventType>
games.stendhal.server.core.events.ZoneEventType
All Implemented Interfaces:
Serializable, Comparable<ZoneEventType>, Constable

public enum ZoneEventType extends Enum<ZoneEventType>
Event types used in the new Zone notifier.
Author:
kymara (based on TutorialEventType by hendrik)
  • Enum Constant Details

    • VISIT_SUB1_SEMOS_CATACOMBS

      public static final ZoneEventType VISIT_SUB1_SEMOS_CATACOMBS
    • VISIT_SUB2_SEMOS_CATACOMBS

      public static final ZoneEventType VISIT_SUB2_SEMOS_CATACOMBS
    • VISIT_KIKAREUKIN_CAVE

      public static final ZoneEventType VISIT_KIKAREUKIN_CAVE
    • VISIT_KANMARARN_PRISON

      public static final ZoneEventType VISIT_KANMARARN_PRISON
    • VISIT_IMPERIAL_CAVES

      public static final ZoneEventType VISIT_IMPERIAL_CAVES
    • VISIT_MAGIC_CITY_N

      public static final ZoneEventType VISIT_MAGIC_CITY_N
    • VISIT_MAGIC_CITY

      public static final ZoneEventType VISIT_MAGIC_CITY
    • VISIT_SEMOS_CAVES

      public static final ZoneEventType VISIT_SEMOS_CAVES
    • VISIT_ADOS_CASTLE

      public static final ZoneEventType VISIT_ADOS_CASTLE
  • Method Details

    • values

      public static ZoneEventType[] 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 ZoneEventType 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