| Package | Description |
|---|---|
| com.heckntarnation.rpgbattleengine.cons.Characters | |
| com.heckntarnation.rpgbattleengine.enums |
| Modifier and Type | Field and Description |
|---|---|
AILevel |
Enemy.aiLevel |
AILevel |
Enemy.aiLevel |
| Modifier and Type | Method and Description |
|---|---|
static AILevel |
AILevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AILevel |
AILevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AILevel[] |
AILevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static AILevel[] |
AILevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.