Uses of Enum Class
enumerate.State

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

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

    Fields in struct declared as State
    Modifier and Type
    Field
    Description
    private State
    CharacterData.state
    The character's state: STAND / CROUCH / AIR / DOWN.
    Methods in struct that return State
    Modifier and Type
    Method
    Description
    CharacterData.getState()
    Returns the character's state: STAND / CROUCH/ AIR / DOWN.
    Methods in struct with parameters of type State
    Modifier and Type
    Method
    Description
    void
    CharacterData.setState(State state)
    Sets the character's state.