Package | Description |
---|---|
com.jonathan.survivor.entity |
Modifier and Type | Method and Description |
---|---|
InteractiveObject.InteractiveState |
InteractiveObject.getInteractiveState()
Gets the current state of the interactive object for logic and rendering purposes.
|
static InteractiveObject.InteractiveState |
InteractiveObject.InteractiveState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InteractiveObject.InteractiveState[] |
InteractiveObject.InteractiveState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InteractiveObject.setInteractiveState(InteractiveObject.InteractiveState interactiveState)
Sets the current state of the interactive object for logic and rendering purposes.
|