RGB-rogue-like-game
1.0
RGB-rogue-like-game
/
ru.hse.sd.rgb.gamelogic.engines.items
/
InventoryViewSnapshot
Inventory
View
Snapshot
public
final
class
InventoryViewSnapshot
Content copied to clipboard
Functions
Properties
Functions
get
Holder
Stats
Link copied to clipboard
final
InventoryHolderStats
getHolderStats
(
)
Content copied to clipboard
get
Items
Grid
Link copied to clipboard
final
Grid2D
<
Item.ViewItem
>
getItemsGrid
(
)
Content copied to clipboard
get
Selected
Cell
Link copied to clipboard
final
Cell
getSelectedCell
(
)
Content copied to clipboard
get
Swing
Appearance
Link copied to clipboard
final
InventorySwingAppearance
getSwingAppearance
(
)
Content copied to clipboard
Properties
holderStats
Link copied to clipboard
private
final
InventoryHolderStats
holderStats
Content copied to clipboard
itemsGrid
Link copied to clipboard
private
final
Grid2D
<
Item.ViewItem
>
itemsGrid
Content copied to clipboard
selectedCell
Link copied to clipboard
private
final
Cell
selectedCell
Content copied to clipboard
swingAppearance
Link copied to clipboard
private
final
InventorySwingAppearance
swingAppearance
Content copied to clipboard