RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gamelogic.engines.fight
/
BaseColorStats
Base
Color
Stats
public
final
class
BaseColorStats
Content copied to clipboard
Functions
Properties
Functions
get
Name
Link copied to clipboard
final
String
getName
(
)
Content copied to clipboard
get
Rgb
Link copied to clipboard
final
RGB
getRgb
(
)
Content copied to clipboard
get
Update
Effects
Link copied to clipboard
final
List
<
BaseColorUpdateEffect
>
getUpdateEffects
(
)
Content copied to clipboard
get
Update
Period
Millis
Link copied to clipboard
final
Long
getUpdatePeriodMillis
(
)
Content copied to clipboard
Properties
name
Link copied to clipboard
private
final
String
name
Content copied to clipboard
rgb
Link copied to clipboard
private
final
RGB
rgb
Content copied to clipboard
updateEffects
Link copied to clipboard
private
final
List
<
BaseColorUpdateEffect
>
updateEffects
Content copied to clipboard
updatePeriodMillis
Link copied to clipboard
private
final
Long
updatePeriodMillis
Content copied to clipboard