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