Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
public
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
createETBCountersEffect
Method · 0.65
executeScript
Method · 0.65
getSVar
Method · 0.65
isGraveyardOrdered
Method · 0.65
setupStaticEffect
Method · 0.65
runOpeningHandActions
Method · 0.65
getTotalPreventionShieldAmount
Method · 0.65
getDescription
Method · 0.65
getPayingTrigSA
Method · 0.65
getAttackCost
Method · 0.65
getBlockCost
Method · 0.65
getSVar
Method · 0.65
Implementers
4
CardTraitBase
forge-game/src/main/java/forge/game/Ca
Card
forge-game/src/main/java/forge/game/ca
CardState
forge-game/src/main/java/forge/game/ca
KeywordInstance
forge-game/src/main/java/forge/game/ke
Calls
no outgoing calls
Tested by
no test coverage detected