MCPcopy Create free account
hub / github.com/PCGen/pcgen / getMoveXToken

Method getMoveXToken

code/src/java/plugin/exporttokens/MoveToken.java:86–90  ·  view source on GitHub ↗
(CharacterDisplay display, int moveIndex)

Source from the content-addressed store, hash-verified

84 }
85
86 public static String getMoveXToken(CharacterDisplay display, int moveIndex)
87 {
88 NamedValue move = display.getMovementValues().get(moveIndex);
89 return move.getName() + ' ' + MovementToken.getRateToken(move.getWeight());
90 }
91
92 public static String getSquaresToken(CharacterDisplay display, int moveIndex)
93 {

Callers 1

getTokenMethod · 0.95

Calls 5

getNameMethod · 0.95
getRateTokenMethod · 0.95
getWeightMethod · 0.95
getMethod · 0.65
getMovementValuesMethod · 0.45

Tested by

no test coverage detected