RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gamelogic.entities
/
ColorCellHp
Color
Cell
Hp
public
final
class
ColorCellHp
extends
ColorCell
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Color
Cell
Hp
Link copied to clipboard
ColorCellHp
ColorCellHp
(
RGB
color
,
Cell
cell
,
Integer
maxHp
)
Content copied to clipboard
Functions
get
Cell
Link copied to clipboard
Cell
getCell
(
)
Content copied to clipboard
get
Color
Link copied to clipboard
RGB
getColor
(
)
Content copied to clipboard
get
Hp
Link copied to clipboard
final
Integer
getHp
(
)
Content copied to clipboard
get
Max
Hp
Link copied to clipboard
final
Integer
getMaxHp
(
)
Content copied to clipboard
Properties
cell
Link copied to clipboard
private
final
Cell
cell
Content copied to clipboard
color
Link copied to clipboard
private
final
RGB
color
Content copied to clipboard
hp
Link copied to clipboard
private
final
Integer
hp
Content copied to clipboard
maxHp
Link copied to clipboard
private
final
Integer
maxHp
Content copied to clipboard