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

Method getSVar

forge-game/src/main/java/forge/game/IHasSVars.java:7–7  ·  view source on GitHub ↗
(final String name)

Source from the content-addressed store, hash-verified

5public interface IHasSVars {
6
7 public String getSVar(final String name);
8
9 public boolean hasSVar(final String name);
10 //public Integer getSVarInt(final String name);

Callers 15

executeScriptMethod · 0.65
getSVarMethod · 0.65
isGraveyardOrderedMethod · 0.65
setupStaticEffectMethod · 0.65
runOpeningHandActionsMethod · 0.65
getDescriptionMethod · 0.65
getPayingTrigSAMethod · 0.65
getAttackCostMethod · 0.65
getBlockCostMethod · 0.65
getSVarMethod · 0.65

Implementers 4

CardTraitBaseforge-game/src/main/java/forge/game/Ca
Cardforge-game/src/main/java/forge/game/ca
CardStateforge-game/src/main/java/forge/game/ca
KeywordInstanceforge-game/src/main/java/forge/game/ke

Calls

no outgoing calls

Tested by

no test coverage detected