RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gamelogic.engines.items
/
NonReusableItem
Non
Reusable
Item
public
abstract
class
NonReusableItem
extends
Item
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
View
Non
Reusable
Item
Link copied to clipboard
public
abstract
class
ViewNonReusableItem
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
use
Link copied to clipboard
abstract
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
ColorModificationItem
Link copied to clipboard
InstantHealItem
Link copied to clipboard