Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ add
Method
add
forge-core/src/main/java/forge/util/ItemPool.java:196–198 ·
view source on GitHub ↗
(final T item)
Source
from the content-addressed store, hash-verified
194
}
195
196
public
void
add(
final
T item) {
197
add(item, 1);
198
}
199
200
public
void
add(
final
T item,
final
int
amount) {
201
if
(item == null || amount <= 0) {
return
; }
Callers
15
activateSelectedItem
Method · 0.95
getAllowedAdditions
Method · 0.95
refresh
Method · 0.95
getSelectedItemPool
Method · 0.95
createFrom
Method · 0.95
addAllFlat
Method · 0.95
addAll
Method · 0.95
addAllOfTypeFlat
Method · 0.95
addAllOfType
Method · 0.95
getFilteredPool
Method · 0.95
generateBasicLands
Method · 0.95
buy
Method · 0.95
Calls
1
merge
Method · 0.45
Tested by
no test coverage detected