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

Method isCustom

forge-core/src/main/java/forge/card/CardRules.java:234–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 }
233
234 public boolean isCustom() { return custom; }
235 public void setCustom() { custom = true; }
236
237 public boolean isUnsupported() { return unsupported; }

Callers 2

initializeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected