MCPcopy Create free account
hub / github.com/Card-Forge/forge / create

Method create

forge-gui/src/main/java/forge/deck/NetDeckStorageBase.java:30–30  ·  view source on GitHub ↗
(String name, String url)

Source from the content-addressed store, hash-verified

28
29 protected interface Factory<T extends NetDeckStorageBase> {
30 T create(String name, String url);
31 }
32
33 protected NetDeckStorageBase(final String name0, final String fullPath0, final String url0) {

Callers 15

getGamesWonMethod · 0.65
prepareAllZonesMethod · 0.65
handleCombatMethod · 0.65
GameClass · 0.65
chooseCardsForAnteMethod · 0.65
checkStaticAbilitiesMethod · 0.65
ManaPoolClass · 0.65
CombatClass · 0.65
removeFromCombatMethod · 0.65
TriggerHandlerClass · 0.65
PlayerClass · 0.65

Implementers 4

StaticAbilityforge-game/src/main/java/forge/game/st
Forgeforge-gui-mobile/src/forge/Forge.java
AdventurePlayerforge-gui-mobile/src/forge/adventure/p
UpdateLobbyPlayerEventforge-gui/src/main/java/forge/gamemode

Calls

no outgoing calls

Tested by 1

DeclareBlockersActionMethod · 0.52