Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Card-Forge/forge
/ add
Method
add
forge-core/src/main/java/forge/util/storage/IStorage.java:33–33 ·
view source on GitHub ↗
(T item)
Source
from the content-addressed store, hash-verified
31
boolean contains(String name);
32
int
size();
33
void
add(T item);
34
void
add(String name, T item);
35
void
delete(String deckName);
36
IStorage<IStorage<T>> getFolders();
Callers
15
getGamesWon
Method · 0.65
getRemovedAnteCards
Method · 0.65
removeCard
Method · 0.65
preparePlayerZone
Method · 0.65
prepareAllZones
Method · 0.65
executeOwnershipChanges
Method · 0.65
getEntityCollection
Method · 0.65
addWon
Method · 0.65
addLost
Method · 0.65
getOutcomeStrings
Method · 0.65
getAlternativeCosts
Method · 0.65
getMayPlaySpellOptions
Method · 0.65
Implementers
2
StorageBase
forge-core/src/main/java/forge/util/st
QuestEventChallengeList
forge-gui/src/main/java/forge/gamemode
Calls
no outgoing calls
Tested by
15
jbInit
Method · 0.52
testRank
Method · 0.52
testCompletableFuture
Method · 0.52
testManaRefundsToManaPlayer
Method · 0.52
testAllGameEventFieldsAreSerializable
Method · 0.52
loadIfGameEvent
Method · 0.52
test
Method · 0.52
testCards
Method · 0.52
testKeywords
Method · 0.52
testColor
Method · 0.52
testMultiple
Method · 0.52
testDeckHasAbility
Method · 0.52