RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gamelogic.engines.items
/
Inventory
Inventory
public
final
class
Inventory
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
public
class
Companion
Content copied to clipboard
View
Inventory
Link copied to clipboard
public
final
class
ViewInventory
Content copied to clipboard
Functions
add
Item
Link copied to clipboard
final
Boolean
addItem
(
Item
item
)
Content copied to clipboard
drop
Current
Link copied to clipboard
final
Boolean
dropCurrent
(
Cell
cell
)
Content copied to clipboard
extract
Persistence
Link copied to clipboard
final
InventoryPersistence
extractPersistence
(
)
Content copied to clipboard
get
View
Inventory
Link copied to clipboard
final
Inventory.ViewInventory
getViewInventory
(
)
Content copied to clipboard
is
Not
Full
Link copied to clipboard
final
Boolean
isNotFull
(
)
Content copied to clipboard
move
Selection
Link copied to clipboard
final
Unit
moveSelection
(
Direction
dir
)
Content copied to clipboard
use
Current
Link copied to clipboard
final
Boolean
useCurrent
(
)
Content copied to clipboard
Properties
viewInventory
Link copied to clipboard
private
final
Inventory.ViewInventory
viewInventory
Content copied to clipboard