RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gamelogic.entities.scriptentities
/
HeroPersistence
Hero
Persistence
public
final
class
HeroPersistence
Content copied to clipboard
Types
Functions
Properties
Types
Hp
Unit
Persistence
Link copied to clipboard
public
final
class
HpUnitPersistence
Content copied to clipboard
Functions
get
Experience
Link copied to clipboard
final
Experience
getExperience
(
)
Content copied to clipboard
get
Inventory
Persistence
Link copied to clipboard
final
InventoryPersistence
getInventoryPersistence
(
)
Content copied to clipboard
get
Single
Dir
Move
Period
Limit
Millis
Link copied to clipboard
final
Long
getSingleDirMovePeriodLimitMillis
(
)
Content copied to clipboard
get
Units
Persistence
Link copied to clipboard
final
List
<
HeroPersistence.HpUnitPersistence
>
getUnitsPersistence
(
)
Content copied to clipboard
Properties
experience
Link copied to clipboard
private
final
Experience
experience
Content copied to clipboard
inventoryPersistence
Link copied to clipboard
private
final
InventoryPersistence
inventoryPersistence
Content copied to clipboard
singleDirMovePeriodLimitMillis
Link copied to clipboard
private
final
Long
singleDirMovePeriodLimitMillis
Content copied to clipboard
unitsPersistence
Link copied to clipboard
private
final
List
<
HeroPersistence.HpUnitPersistence
>
unitsPersistence
Content copied to clipboard