Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ getInventory
Method
getInventory
src/redempt/redlib/inventorygui/InventoryGUI.java:84–86 ·
view source on GitHub ↗
Gets the inventory this GUI is wrapping @return The wrapped inventory
()
Source
from the content-addressed store, hash-verified
82
* @
return
The wrapped inventory
83
*/
84
public
Inventory getInventory() {
85
return
inventory;
86
}
87
88
/**
89
* Gets the inventory size
Callers
14
getSize
Method · 0.95
onDrag
Method · 0.95
register
Method · 0.80
register
Method · 0.80
check
Method · 0.80
give
Method · 0.80
giveWand
Method · 0.80
onPickBlock
Method · 0.80
addPagedItem0
Method · 0.80
updatePage
Method · 0.80
destroy
Method · 0.80
onClick
Method · 0.80
Calls
1
getSize
Method · 0.45
Tested by
no test coverage detected