RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gamelogic.engines.items
/
ReusableItem
Reusable
Item
public
abstract
class
ReusableItem
extends
Item
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Reusable
Item
Persistence
Link copied to clipboard
public
abstract
class
ReusableItemPersistence
extends
ItemPersistence
Content copied to clipboard
View
Reusable
Item
Link copied to clipboard
public
abstract
class
ViewReusableItem
extends
Item.ViewItem
Content copied to clipboard
Functions
extract
Persistence
Link copied to clipboard
abstract
ItemPersistence
extractPersistence
(
)
Content copied to clipboard
get
Is
Reusable
Link copied to clipboard
final
Boolean
getIsReusable
(
)
Content copied to clipboard
get
New
Item
Entity
Link copied to clipboard
abstract
ItemEntity
getNewItemEntity
(
Cell
cell
)
Content copied to clipboard
get
View
Item
Link copied to clipboard
abstract
Item.ViewItem
getViewItem
(
)
Content copied to clipboard
is
Equipped
Link copied to clipboard
final
Boolean
isEquipped
(
)
Content copied to clipboard
use
Link copied to clipboard
final
Unit
use
(
)
Content copied to clipboard
Properties
isReusable
Link copied to clipboard
private
final
Boolean
isReusable
Content copied to clipboard
viewItem
Link copied to clipboard
private
final
Item.ViewItem
viewItem
Content copied to clipboard
Inheritors
ColorInverterItem
Link copied to clipboard