| Package | Description |
|---|---|
| com.heckntarnation.rpgbattleengine.cons.Items | |
| com.heckntarnation.rpgbattleengine.enums |
| Modifier and Type | Field and Description |
|---|---|
EquipSlot |
Equipment.slot |
EquipSlot |
Equipment.slot |
| Modifier and Type | Method and Description |
|---|---|
EquipSlot |
Equipment.getSlot() |
EquipSlot |
Equipment.getSlot() |
| Constructor and Description |
|---|
Equipment(String name,
EquipSlot slot) |
Equipment(String name,
EquipSlot slot) |
Equipment(String name,
String desc,
int maxHealth,
int maxMana,
int attack,
int defense,
int luck,
int mAttack,
int mDefense,
EquipSlot slot) |
Equipment(String name,
String desc,
int maxHealth,
int maxMana,
int attack,
int defense,
int luck,
int mAttack,
int mDefense,
EquipSlot slot) |
| Modifier and Type | Method and Description |
|---|---|
static EquipSlot |
EquipSlot.getFromString(String slot) |
static EquipSlot |
EquipSlot.getFromString(String slot) |
static EquipSlot |
EquipSlot.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EquipSlot |
EquipSlot.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EquipSlot[] |
EquipSlot.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static EquipSlot[] |
EquipSlot.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.