Enum Class QuestGuideType

java.lang.Object
java.lang.Enum<QuestGuideType>
emu.grasscutter.game.quest.enums.QuestGuideType
All Implemented Interfaces:
Serializable, Comparable<QuestGuideType>, Constable

public enum QuestGuideType extends Enum<QuestGuideType>
  • Enum Constant Details

    • QUEST_GUIDE_NONE

      public static final QuestGuideType QUEST_GUIDE_NONE
    • QUEST_GUIDE_LOCATION

      public static final QuestGuideType QUEST_GUIDE_LOCATION
    • QUEST_GUIDE_NPC

      public static final QuestGuideType QUEST_GUIDE_NPC
  • Method Details

    • values

      public static QuestGuideType[] 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 QuestGuideType 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
    • getValue

      public int getValue()