Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getRules
Method
getRules
forge-core/src/main/java/forge/item/IPaperCard.java:28–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
boolean isFoil();
27
boolean isToken();
28
CardRules getRules();
29
CardRarity getRarity();
30
String getArtist();
31
String getItemType();
Callers
15
readObject
Method · 0.95
getDeckConformanceProblem
Method · 0.95
planeswalkTo
Method · 0.95
testKeywords
Method · 0.95
testColor
Method · 0.95
getOriginalImageInternal
Method · 0.95
getRemovedAnteCards
Method · 0.65
GameView
Method · 0.65
getPoolLegalityProblem
Method · 0.65
makeCopy
Method · 0.65
checkStateEffects
Method · 0.65
startGame
Method · 0.65
Implementers
2
PaperCard
forge-core/src/main/java/forge/item/Pa
PaperToken
forge-core/src/main/java/forge/item/Pa
Calls
no outgoing calls
Tested by
3
testKeywords
Method · 0.76
testColor
Method · 0.76
ensureAllLandsArePlayable
Method · 0.52