Uses of Enum Class
enumerate.Action

Packages that use Action
Package
Description
 
 
  • Uses of Action in enumerate

    Methods in enumerate that return Action
    Modifier and Type
    Method
    Description
    static Action
    Action.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Action[]
    Action.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
  • Uses of Action in struct

    Fields in struct declared as Action
    Modifier and Type
    Field
    Description
    private Action
    CharacterData.action
    The character's action.
    Methods in struct that return Action
    Modifier and Type
    Method
    Description
    CharacterData.getAction()
    Returns the character's action.
    Methods in struct with parameters of type Action
    Modifier and Type
    Method
    Description
    void
    CharacterData.setAction(Action action)
    Sets the character's action.