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

Method toString

forge-gui/src/main/java/forge/model/MetaSet.java:208–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 }
207
208 @Override
209 public String toString() {
210 return code;
211 }
212
213 public boolean isDraftable() {
214 return draftable;

Callers 15

mainMethod · 0.45
HeadlessGuiMethod · 0.45
playbackTextMethod · 0.45
describeActionsMethod · 0.45
confirmTriggerMethod · 0.45
chooseSprocketMethod · 0.45
chooseBinaryMethod · 0.45
chooseTargetMethod · 0.45
notifyOfValueMethod · 0.45
chooseModeForAbilityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected