MCPcopy Index your code
hub / github.com/Card-Forge/forge / get

Method get

forge-core/src/main/java/forge/util/storage/IStorage.java:28–28  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

26public interface IStorage<T> extends Iterable<T>, IHasName {
27 String getFullPath();
28 T get(String name);
29 T find(Predicate<T> condition);
30 Collection<String> getItemNames();
31 boolean contains(String name);

Callers 15

getOutcomeByIdMethod · 0.65
prepareAllZonesMethod · 0.65
getOutcomeStringMethod · 0.65
addAnteWonMethod · 0.65
addAnteLostMethod · 0.65
getAnteResultMethod · 0.65
getPlayersMethod · 0.65
getTitleMethod · 0.65
isCommanderMethod · 0.65
getGameTypeMethod · 0.65

Implementers 2

StorageBaseforge-core/src/main/java/forge/util/st
QuestEventChallengeListforge-gui/src/main/java/forge/gamemode

Calls

no outgoing calls