Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ setContents
Method
setContents
src/redempt/redlib/itemutils/MockInventory.java:67–70 ·
view source on GitHub ↗
(ItemStack[] itemStacks)
Source
from the content-addressed store, hash-verified
65
}
66
67
@Override
68
public
void
setContents(ItemStack[] itemStacks) throws IllegalArgumentException {
69
this.items = itemStacks;
70
}
71
72
@Override
73
public
ItemStack[] getStorageContents() {
Callers
1
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected