Enum Class ItemUseOp

java.lang.Object
java.lang.Enum<ItemUseOp>
emu.grasscutter.game.props.ItemUseOp
All Implemented Interfaces:
Serializable, Comparable<ItemUseOp>, Constable

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

    • ITEM_USE_NONE

      public static final ItemUseOp ITEM_USE_NONE
    • ITEM_USE_ACCEPT_QUEST

      public static final ItemUseOp ITEM_USE_ACCEPT_QUEST
    • ITEM_USE_TRIGGER_ABILITY

      public static final ItemUseOp ITEM_USE_TRIGGER_ABILITY
    • ITEM_USE_GAIN_AVATAR

      public static final ItemUseOp ITEM_USE_GAIN_AVATAR
    • ITEM_USE_ADD_EXP

      public static final ItemUseOp ITEM_USE_ADD_EXP
    • ITEM_USE_RELIVE_AVATAR

      public static final ItemUseOp ITEM_USE_RELIVE_AVATAR
    • ITEM_USE_ADD_BIG_TALENT_POINT

      public static final ItemUseOp ITEM_USE_ADD_BIG_TALENT_POINT
    • ITEM_USE_ADD_PERSIST_STAMINA

      public static final ItemUseOp ITEM_USE_ADD_PERSIST_STAMINA
    • ITEM_USE_ADD_TEMPORARY_STAMINA

      public static final ItemUseOp ITEM_USE_ADD_TEMPORARY_STAMINA
    • ITEM_USE_ADD_CUR_STAMINA

      public static final ItemUseOp ITEM_USE_ADD_CUR_STAMINA
    • ITEM_USE_ADD_CUR_HP

      public static final ItemUseOp ITEM_USE_ADD_CUR_HP
    • ITEM_USE_ADD_ELEM_ENERGY

      public static final ItemUseOp ITEM_USE_ADD_ELEM_ENERGY
    • ITEM_USE_ADD_ALL_ENERGY

      public static final ItemUseOp ITEM_USE_ADD_ALL_ENERGY
    • ITEM_USE_ADD_DUNGEON_COND_TIME

      public static final ItemUseOp ITEM_USE_ADD_DUNGEON_COND_TIME
    • ITEM_USE_ADD_WEAPON_EXP

      public static final ItemUseOp ITEM_USE_ADD_WEAPON_EXP
    • ITEM_USE_ADD_SERVER_BUFF

      public static final ItemUseOp ITEM_USE_ADD_SERVER_BUFF
    • ITEM_USE_DEL_SERVER_BUFF

      public static final ItemUseOp ITEM_USE_DEL_SERVER_BUFF
    • ITEM_USE_UNLOCK_COOK_RECIPE

      public static final ItemUseOp ITEM_USE_UNLOCK_COOK_RECIPE
    • ITEM_USE_OPEN_RANDOM_CHEST

      public static final ItemUseOp ITEM_USE_OPEN_RANDOM_CHEST
    • ITEM_USE_MAKE_GADGET

      public static final ItemUseOp ITEM_USE_MAKE_GADGET
    • ITEM_USE_ADD_ITEM

      public static final ItemUseOp ITEM_USE_ADD_ITEM
    • ITEM_USE_GRANT_SELECT_REWARD

      public static final ItemUseOp ITEM_USE_GRANT_SELECT_REWARD
    • ITEM_USE_ADD_SELECT_ITEM

      public static final ItemUseOp ITEM_USE_ADD_SELECT_ITEM
    • ITEM_USE_GAIN_FLYCLOAK

      public static final ItemUseOp ITEM_USE_GAIN_FLYCLOAK
    • ITEM_USE_GAIN_NAME_CARD

      public static final ItemUseOp ITEM_USE_GAIN_NAME_CARD
    • ITEM_USE_UNLOCK_PAID_BATTLE_PASS_NORMAL

      public static final ItemUseOp ITEM_USE_UNLOCK_PAID_BATTLE_PASS_NORMAL
    • ITEM_USE_GAIN_CARD_PRODUCT

      public static final ItemUseOp ITEM_USE_GAIN_CARD_PRODUCT
    • ITEM_USE_UNLOCK_FORGE

      public static final ItemUseOp ITEM_USE_UNLOCK_FORGE
    • ITEM_USE_UNLOCK_COMBINE

      public static final ItemUseOp ITEM_USE_UNLOCK_COMBINE
    • ITEM_USE_UNLOCK_CODEX

      public static final ItemUseOp ITEM_USE_UNLOCK_CODEX
    • ITEM_USE_CHEST_SELECT_ITEM

      public static final ItemUseOp ITEM_USE_CHEST_SELECT_ITEM
    • ITEM_USE_GAIN_RESIN_CARD_PRODUCT

      public static final ItemUseOp ITEM_USE_GAIN_RESIN_CARD_PRODUCT
    • ITEM_USE_ADD_RELIQUARY_EXP

      public static final ItemUseOp ITEM_USE_ADD_RELIQUARY_EXP
    • ITEM_USE_UNLOCK_FURNITURE_FORMULA

      public static final ItemUseOp ITEM_USE_UNLOCK_FURNITURE_FORMULA
    • ITEM_USE_UNLOCK_FURNITURE_SUITE

      public static final ItemUseOp ITEM_USE_UNLOCK_FURNITURE_SUITE
    • ITEM_USE_ADD_CHANNELLER_SLAB_BUFF

      public static final ItemUseOp ITEM_USE_ADD_CHANNELLER_SLAB_BUFF
    • ITEM_USE_GAIN_COSTUME

      public static final ItemUseOp ITEM_USE_GAIN_COSTUME
    • ITEM_USE_ADD_TREASURE_MAP_BONUS_REGION_FRAGMENT

      public static final ItemUseOp ITEM_USE_ADD_TREASURE_MAP_BONUS_REGION_FRAGMENT
    • ITEM_USE_COMBINE_ITEM

      public static final ItemUseOp ITEM_USE_COMBINE_ITEM
    • ITEM_USE_UNLOCK_HOME_MODULE

      public static final ItemUseOp ITEM_USE_UNLOCK_HOME_MODULE
    • ITEM_USE_UNLOCK_HOME_BGM

      public static final ItemUseOp ITEM_USE_UNLOCK_HOME_BGM
    • ITEM_USE_ADD_REGIONAL_PLAY_VAR

      public static final ItemUseOp ITEM_USE_ADD_REGIONAL_PLAY_VAR
  • Method Details

    • values

      public static ItemUseOp[] 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 ItemUseOp 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()
    • getTypeByValue

      public static ItemUseOp getTypeByValue(int value)