RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gamelogic.engines.items
/
NonReusableItem
/
ViewNonReusableItem
View
Non
Reusable
Item
public
abstract
class
ViewNonReusableItem
extends
Item.ViewItem
Content copied to clipboard
Functions
Properties
Functions
get
Color
Link copied to clipboard
abstract
RGB
getColor
(
)
Content copied to clipboard
get
Description
Link copied to clipboard
abstract
String
getDescription
(
)
Content copied to clipboard
get
Is
Equipped
Link copied to clipboard
final
Boolean
getIsEquipped
(
)
Content copied to clipboard
get
Swing
Appearance
Link copied to clipboard
abstract
SwingUnitAppearance
getSwingAppearance
(
)
Content copied to clipboard
Properties
color
Link copied to clipboard
private
final
RGB
color
Content copied to clipboard
description
Link copied to clipboard
private
final
String
description
Content copied to clipboard
isEquipped
Link copied to clipboard
private
final
Boolean
isEquipped
Content copied to clipboard