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

Method clear

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

Clears the inventory and its buttons

()

Source from the content-addressed store, hash-verified

400 * Clears the inventory and its buttons
401 */
402 public void clear() {
403 inventory.clear();
404 buttons.clear();
405 }
406
407 /**
408 * Sets the handler for when items are drag-clicked into open slots

Callers 1

destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected