MCPcopy Create free account
hub / github.com/boxbeam/RedLib / getSize

Method getSize

src/redempt/redlib/inventorygui/InventoryGUI.java:93–95  ·  view source on GitHub ↗

Gets the inventory size @return The inventory size

()

Source from the content-addressed store, hash-verified

91 * @return The inventory size
92 */
93 public int getSize() {
94 return this.getInventory().getSize();
95 }
96
97 /**
98 * Add a button to the GUI in the given slot

Callers 1

getInventoryMethod · 0.45

Calls 1

getInventoryMethod · 0.95

Tested by

no test coverage detected