MCPcopy 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

getSizeMethod · 0.95
onDragMethod · 0.95
registerMethod · 0.80
registerMethod · 0.80
checkMethod · 0.80
giveMethod · 0.80
giveWandMethod · 0.80
onPickBlockMethod · 0.80
addPagedItem0Method · 0.80
updatePageMethod · 0.80
destroyMethod · 0.80
onClickMethod · 0.80

Calls 1

getSizeMethod · 0.45

Tested by

no test coverage detected