Enum Class ShowQuestGuideType

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

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

    • QUEST_GUIDE_ITEM_ENABLE

      public static final ShowQuestGuideType QUEST_GUIDE_ITEM_ENABLE
    • QUEST_GUIDE_ITEM_DISABLE

      public static final ShowQuestGuideType QUEST_GUIDE_ITEM_DISABLE
    • QUEST_GUIDE_ITEM_MOVE_HIDE

      public static final ShowQuestGuideType QUEST_GUIDE_ITEM_MOVE_HIDE
  • Method Details

    • values

      public static ShowQuestGuideType[] 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 ShowQuestGuideType 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()