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

Method getContents

src/redempt/redlib/itemutils/MockInventory.java:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 @Override
63 public ItemStack[] getContents() {
64 return items;
65 }
66
67 @Override
68 public void setContents(ItemStack[] itemStacks) throws IllegalArgumentException {

Callers 1

removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected