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

Method parse

forge-game/src/main/java/forge/game/keyword/Kicker.java:16–22  ·  view source on GitHub ↗
(String details)

Source from the content-addressed store, hash-verified

14 }
15
16 @Override
17 protected void parse(String details) {
18 List<String> l = Lists.newArrayList(TextUtil.split(details, ':'));
19 super.parse(l.get(0));
20 if (l.size() > 1)
21 cost2 = new Cost(l.get(1), false);
22 }
23
24 @Override
25 protected String formatReminderText(String reminderText) {

Callers

nothing calls this directly

Calls 3

splitMethod · 0.95
getMethod · 0.65
sizeMethod · 0.65

Tested by

no test coverage detected